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

@three11/debounce

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@three11/debounce - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

.babelrc

15

package.json
{
"name": "@three11/debounce",
"version": "0.1.1",
"version": "0.2.0",
"description": "Debounce multiple function executions",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist"
},
"repository": {

@@ -38,3 +41,9 @@ "type": "git",

},
"homepage": "https://github.com/three11/debounce#readme"
"homepage": "https://github.com/three11/debounce#readme",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-stage-2": "^7.0.0-beta.42"
}
}
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