melody-idom
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -296,2 +296,6 @@ /** | ||
addToQueue(component); | ||
/* istanbul ignore else */ | ||
if (process.env.NODE_ENV === 'test') { | ||
return; | ||
} | ||
tick(flush); | ||
@@ -298,0 +302,0 @@ } |
@@ -1344,2 +1344,6 @@ import _debounce from 'lodash/debounce'; | ||
addToQueue(component$$1); | ||
/* istanbul ignore else */ | ||
if (process.env.NODE_ENV === 'test') { | ||
return; | ||
} | ||
tick(flush); | ||
@@ -1346,0 +1350,0 @@ } |
@@ -1350,2 +1350,6 @@ 'use strict'; | ||
addToQueue(component$$1); | ||
/* istanbul ignore else */ | ||
if (process.env.NODE_ENV === 'test') { | ||
return; | ||
} | ||
tick(flush); | ||
@@ -1352,0 +1356,0 @@ } |
{ | ||
"name": "melody-idom", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "2c6d4d2bdc3a19ecf654e86616e4fc92ebe95dfd" | ||
"gitHead": "88d41b72b60264b11505dcd449c525b7a2c05d61" | ||
} |
@@ -376,3 +376,6 @@ /** | ||
addToQueue(component); | ||
/* istanbul ignore else */ | ||
if (process.env.NODE_ENV === 'test') { | ||
return; | ||
} | ||
tick(flush); | ||
@@ -379,0 +382,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
285468
8238
0
76