Automates verification of cross-fetch polyfill package.json for Node.js, browser, React Native compatibility, ensuring correct entry points and licensing.
This n8n workflow specializes in parsing and validating the package.json file for the cross-fetch polyfill library, a crucial tool for ensuring consistent fetch API behavior across Node.js, browser, and React Native environments. It checks key fields such as 'main', 'browser', 'react-native', 'types', and 'license' to confirm they match expected values like '../dist/node-polyfill.js', '../dist/browser-polyfill.js', and 'MIT'.
By automating this verification process, developers save time during
Platform
n8n
Category
IT & Development
Price
$4.99
Creator
BestWorkflows
verification
polyfill
fetch
npm
package.json
javascript
node.js
react-native
browser
development
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.