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

stifle

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stifle - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

index.cjs.js

17

package.json
{
"name": "stifle",
"version": "1.0.4",
"version": "1.1.0",
"description": "A very simple way to throttle a function",
"main": "index.js",
"main": "index.cjs.js",
"module": "index.esm.js",
"files": [
"index.cjs.js",
"index.esm.js"
],
"repository": "https://github.com/twobitfool/stifle",

@@ -10,8 +15,12 @@ "author": "Matt Smith <matt@twobitfool.com>",

"scripts": {
"test": "mocha"
"build": "rollup -i index.esm.js -o index.cjs.js -f cjs",
"test": "mocha -r esm",
"prepublish": "yarn build"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0"
"esm": "^3.0.36",
"mocha": "^3.3.0",
"rollup": "^0.59.1"
}
}
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