New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jarvisniu/transition

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jarvisniu/transition - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

demo/dist/index.html

6

package.json
{
"name": "@jarvisniu/transition",
"version": "0.1.2",
"version": "0.1.3",
"description": "CSS property transition for JavaScript",

@@ -9,3 +9,4 @@ "main": "transition.js",

"dev": "parcel demo/index.html --out-dir demo/dist",
"build": "rm -rf demo/dist && parcel build demo/index.html --out-dir demo/dist --public-url . --no-source-maps"
"build": "rm -rf demo/dist && parcel build demo/index.html --out-dir demo/dist --public-url . --no-source-maps",
"publish": "npm run build && npm publish"
},

@@ -22,4 +23,5 @@ "keywords": [

"babel-polyfill": "^6.26.0",
"cssnano": "^4.1.10",
"parcel-bundler": "^1.12.3"
}
}
interface TransitionOptions {
duration: number,
easing: 'linear' | 'quad'
duration?: number,
easing?: 'linear' | 'quad'
onStart?: any,
onUpdate?: any,
onComplete?: any,
}

@@ -5,0 +8,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