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.8-2 to 0.0.8-3

10

CHANGELOG.md

@@ -11,2 +11,12 @@ # Changelog

## [0.0.6] - 2020-06-23
### Added
- Build scripts
### Changed
- Generate cjs and esm bundles in dist folder
## [0.0.5] - 2020-06-12

@@ -13,0 +23,0 @@

8

package.json
{
"name": "@flywire/react-hooks",
"version": "0.0.8-2",
"version": "0.0.8-3",
"description": "A collection of Reacts hooks used in Flywire",

@@ -13,5 +13,7 @@ "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",
"prettier": "prettier \"**/*.js\"",
"prebuild": "npm run validate && npm run test:once && npm run clean",
"prettier": "prettier \"src/**/*.js\"",
"test": "jest --watchAll",

@@ -54,3 +56,3 @@ "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watchAll",

},
"dependencies": {
"peerDependencies": {
"react": "^16.13.1",

@@ -57,0 +59,0 @@ "react-dom": "^16.13.1"

@@ -13,2 +13,11 @@ # react-hooks

## Development
Install dependencies and peer dependencies:
```javascript
npm install
npm install react react-dom --no-save
```
## Hooks

@@ -15,0 +24,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