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

raf-throttle

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raf-throttle - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/index.js

29

package.json
{
"name": "raf-throttle",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "ava",
"build": "NODE_ENV=production babel index.js --out-dir lib",
"prepublish": "npm run build"
},

@@ -23,3 +25,22 @@ "repository": {

},
"homepage": "https://github.com/wuct/raf-throttle#readme"
"homepage": "https://github.com/wuct/raf-throttle#readme",
"devDependencies": {
"ava": "^0.13.0",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.6.5"
},
"dependencies": {
"raf": "^3.2.0"
},
"ava": {
"files": [
"test.js"
],
"babel": "inherit",
"require": [
"babel-register"
]
}
}
.npmignore
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