New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flywire/flywire-fetch

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flywire/flywire-fetch - npm Package Compare versions

Comparing version 0.0.2-2 to 0.0.2-3

16

package.json
{
"name": "@flywire/flywire-fetch",
"version": "0.0.2-2",
"version": "0.0.2-3",
"description": "Flywire's fetch wrapper",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.js",
"files": [
"dist"
],
"scripts": {

@@ -16,3 +22,4 @@ "build": "rollup -c",

"test:once": "jest",
"validate": "npm run check:format && npm run lint"
"validate": "npm run check:format && npm run lint",
"version": "npm run build && git add -A && git push && git push --tags"
},

@@ -33,2 +40,3 @@ "license": "MIT",

"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",

@@ -47,7 +55,5 @@ "@testing-library/jest-dom": "^5.7.0",

"dependencies": {
"@rollup/plugin-commonjs": "^13.0.0",
"humps": "^2.0.1",
"uuid": "^8.1.0",
"whatwg-fetch": "^3.0.0"
"uuid": "^8.1.0"
}
}
# flywire-fetch
[<img alt="Version" src="https://img.shields.io/npm/v/@flywire/flywire-fetch.svg">](https://www.npmjs.com/package/@flywire/flywire-fetch)
[<img alt="Size" src="https://img.shields.io/bundlephobia/min/@flywire/flywire-fetch">](https://bundlephobia.com/result?p=@flywire/flywire-fetch)
Flywire's fetch wrapper

@@ -4,0 +7,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc