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

dresscode-quantum

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dresscode-quantum - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

12

lib/Quantum/index.js

@@ -29,1 +29,13 @@ var Quantum = {};

};
Quantum.series = function(values, delay) {
var quant = new Quantum.Quant();
var i = 0;
(function next() {
quant.setValue(values[i++]);
if (i < values.length) {
setTimeout(next, delay || 1);
}
})();
return quant;
};

2

package.json
{
"name": "dresscode-quantum",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {

@@ -5,0 +5,0 @@ "dresscode-bricks": "latest"

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