New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.0 to 2.0.1

umd/rafThrottle.js

7

package.json
{
"name": "raf-throttle",
"version": "2.0.0",
"version": "2.0.1",
"description": "Throttle a function by requestAnimationFrame",

@@ -12,4 +12,5 @@ "main": "lib/rafThrottle.js",

"build:CommonJS": "NODE_ENV=production babel --out-dir lib rafThrottle.js",
"build:UMD": "mkdir umd && NODE_ENV=umd babel --out-file umd/rafThrottle.min.js rafThrottle.js",
"build": "npm run build:CommonJS & npm run build:UMD",
"build:minifiedUMD": "NODE_ENV=minumd babel --out-file umd/rafThrottle.min.js rafThrottle.js",
"build:UMD": "NODE_ENV=umd babel --out-file umd/rafThrottle.js rafThrottle.js",
"build": "npm run build:CommonJS && mkdir umd && npm run build:UMD && npm run build:minifiedUMD",
"prebuild": "npm run clean",

@@ -16,0 +17,0 @@ "prepublish": "npm run build"

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