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

melody-idom

Package Overview
Dependencies
Maintainers
8
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

melody-idom - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

4

built/renderQueue.js

@@ -296,6 +296,2 @@ /**

addToQueue(component);
/* istanbul ignore else */
if (process.env.NODE_ENV === 'test') {
return;
}
tick(flush);

@@ -302,0 +298,0 @@ }

@@ -1344,6 +1344,2 @@ import _debounce from 'lodash/debounce';

addToQueue(component$$1);
/* istanbul ignore else */
if (process.env.NODE_ENV === 'test') {
return;
}
tick(flush);

@@ -1350,0 +1346,0 @@ }

@@ -1350,6 +1350,2 @@ 'use strict';

addToQueue(component$$1);
/* istanbul ignore else */
if (process.env.NODE_ENV === 'test') {
return;
}
tick(flush);

@@ -1356,0 +1352,0 @@ }

4

package.json
{
"name": "melody-idom",
"version": "1.7.1",
"version": "1.7.2",
"description": "",

@@ -17,3 +17,3 @@ "main": "./lib/index.js",

},
"gitHead": "895fa69a727adce760dd9dde6cd6e39f1a08852e"
"gitHead": "2c6d4d2bdc3a19ecf654e86616e4fc92ebe95dfd"
}

@@ -376,6 +376,3 @@ /**

addToQueue(component);
/* istanbul ignore else */
if (process.env.NODE_ENV === 'test') {
return;
}
tick(flush);

@@ -382,0 +379,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