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

metal-anim

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metal-anim - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0

16

package.json
{
"name": "metal-anim",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "Metal's animation utility",

@@ -11,6 +11,6 @@ "license": "BSD",

},
"jsnext:main": "src/Anim.js",
"jsnext:main": "src/Anim.js",
"main": "lib/Anim.js",
"files": [
"lib",
"lib",
"src/**/*.js",

@@ -20,4 +20,4 @@ "test/**/*.js"

"scripts": {
"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile",
"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile",
"test": "gulp test"

@@ -29,7 +29,7 @@ },

"dependencies": {
"metal": "^1.0.0-rc.1",
"metal-dom": "^1.0.0-rc.2"
"metal": "^1.0.0",
"metal-dom": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-cli": "^6.4.5",
"babel-preset-metal": "^4.0.0",

@@ -36,0 +36,0 @@ "gulp": "^3.8.11",

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