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

use-debounce

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-debounce - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

jest.config.js

18

package.json
{
"name": "use-debounce",
"version": "0.0.5",
"version": "0.0.6",
"description": "Debounce hook for react",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src --out-dir ./lib"
"test": "yarn jest",
"build": "yarn test && babel ./src --out-dir ./lib"
},

@@ -23,3 +24,6 @@ "repository": {

},
"peerDependencies": {},
"peerDependencies": {
"react": ">=16.7.0-alpha.0",
"react-dom": ">=16.7.0-alpha.0"
},
"homepage": "https://github.com/xnimorz/use-debounce#readme",

@@ -29,4 +33,10 @@ "devDependencies": {

"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0"
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"jest": "^23.6.0",
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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