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.2 to 1.7.3

4

built/renderQueue.js

@@ -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 @@ }

4

package.json
{
"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 @@ }

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