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 2.2.3 to 2.2.4

4

package.json
{
"name": "es6-tween",
"version": "2.2.3",
"version": "2.2.4",
"description": "ES6 implementation of amazing tween.js",
"main": "dist/TWEEN.js",
"main": "dist/Tween.min.js",
"directories": {

@@ -7,0 +7,0 @@ "example": "examples"

@@ -9,3 +9,3 @@ import buble from 'rollup-plugin-buble';

let moduleName = 'TWEEN';
let moduleName = 'Tween';
let destFile = 'dist/' + moduleName;

@@ -24,4 +24,4 @@

dest: destFile, // equivalent to --output
moduleName: moduleName,
moduleName: 'Tween',
plugins: plugins
}
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