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

react-fetch-hook

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fetch-hook - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.js.flow

12

package.json
{
"name": "react-fetch-hook",
"version": "1.0.1",
"version": "1.0.2",
"description": "React fetch hook",

@@ -11,3 +11,6 @@ "main": "./dist/index.js",

"prettier": "prettier \"*/**/*.js\" --ignore-path ./.prettierignore --write && git add . && git status",
"build": "cross-env BABEL_ENV=production babel src --out-dir dist"
"build": "npm run build:clean && npm run build:lib && npm run build:flow",
"build:clean": "rimraf dist",
"build:lib": "cross-env BABEL_ENV=production babel src --out-dir dist --ignore '**/__tests__/**'",
"build:flow": "flow-copy-source -v -i '**/__tests__/**' src dist"
},

@@ -47,7 +50,10 @@ "files": [

"babel-plugin-react-flow-props-to-prop-types": "^0.15.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"cross-env": "^5.2.0",
"flow-bin": "^0.89.0",
"flow-copy-source": "^2.0.2",
"pre-commit": "^1.2.2",
"prettier": "^1.15.3"
"prettier": "^1.15.3",
"rimraf": "^2.6.2"
}
}
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