Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flywire/react-hooks

Package Overview
Dependencies
Maintainers
6
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flywire/react-hooks - npm Package Compare versions

Comparing version 0.0.6-5 to 0.0.6-7

7

package.json
{
"name": "@flywire/react-hooks",
"version": "0.0.6-5",
"version": "0.0.6-7",
"description": "A collection of Reacts hooks used in Flywire",

@@ -13,4 +13,6 @@ "main": "dist/index.js",

"check:format": "npm run prettier -- --list-different",
"clean": "rm -rf dist",
"format": "npm run prettier -- --write",
"lint": "eslint --ext .js ./src",
"prebuild": "npm run validate && npm run test:once && npm run clean",
"prettier": "prettier \"**/*.js\"",

@@ -20,3 +22,4 @@ "test": "jest --watchAll",

"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 dist && git push && git push --tags"
},

@@ -23,0 +26,0 @@ "license": "MIT",

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