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

nuke-transition

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-transition - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

HISTORY.md
# Changelog
## 1.0.3 / 2018-02-28
* [[598b2a8](http://gitlab.alibaba-inc.com/nuke/transition/commit/598b2a8f0f27b36288ba9fbc91d2ff1a8bc8c9be)] - `feat` add node exist bug
## 1.0.2 / 2018-01-19

@@ -5,0 +9,0 @@

2

lib/transition.js

@@ -34,3 +34,3 @@ 'use strict';

}, callback || function () {});
} else if (_nukeEnv.isWeb) {
} else if (_nukeEnv.isWeb && node) {
var duration = options.duration; // ms

@@ -37,0 +37,0 @@ var timingFunction = options.timingFunction;

{
"name": "nuke-transition",
"version": "1.0.2",
"version": "1.0.3",
"description": "渐变",

@@ -5,0 +5,0 @@ "main": "lib/index",

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