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

es6-tween

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-tween - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

8

package.json
{
"name": "es6-tween",
"version": "5.2.0",
"version": "5.2.1",
"description": "ES6 implementation of amazing tween.js",

@@ -15,8 +15,8 @@ "browser": "bundled/Tween.min.js",

"minify": "npx uglifyjs bundled/Tween.js -c -m -o bundled/Tween.min.js --source-map \"filename='bundled/Tween.min.js.map'\"",
"build": "npm run source && npm run minify",
"build": "yarn source && yarn minify",
"dev": "npx rollup -c -w",
"prepublishOnly": "npm run build && npx ava --verbose && npm run doc && npm run doc-md",
"prepublishOnly": "yarn build && npx ava --verbose && yarn doc && yarn doc-md",
"doc": "npx jsdoc --readme README.md --configure jsdoc.json --verbose",
"doc-md": "npx jsdoc2md src/** > API.md",
"test": "npx standard --verbose | npx snazzy && npx ava --verbose",
"test": "npx rollup -c && npx standard --verbose | npx snazzy && npx ava --verbose",
"fix": "npx standard --fix"

@@ -23,0 +23,0 @@ },

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