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

tweenjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweenjs - npm Package Compare versions

Comparing version 0.0.0 to 1.0.1

.idea/.name

43

package.json
{
"name": "tweenjs",
"version": "0.0.0",
"description": "A simple but powerful JavaScript library for tweening and animating HTML5 and JavaScript properties. Works stand-alone or integrated with EaselJS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"npmName": "tweenjs",
"version": "1.0.1",
"description": "TweenJS is a simple tweening library for use in Javascript. It was developed to integrate well with the EaselJS library, but is not dependent on or specific to it (though it uses the same Ticker and Event classes by default). It supports tweening of both numeric object properties & CSS style properties.",
"main": "tweenjs.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"npmFileMap": [
{
"basePath": "lib",
"files": [
"**/*"
]
}
],
"repository": {
"type": "git",
"url": "https://github.com/CreateJS/TweenJS/"
"url": "git+https://github.com/CreateJS/TweenJS.git"
},
"author": "",
"license": "MIT"
"keywords": [
"createjs",
"tweenjs",
"gskinner",
"javascript",
"html5",
"tween",
"motion",
"ease",
"animate"
],
"author": "gskinner.com, inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CreateJS/TweenJS/issues"
},
"homepage": "https://createjs.com/tweenjs/"
}
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