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.7 to 0.0.8

4

lib/Quantum/Quant.js

@@ -67,2 +67,6 @@ Quantum.Quant = Bricks.inherit(Bricks.Observer, {

if (force || this._scalarValue !== scalarValue) {
this._fireEvent('beforechange', {
value: this._scalarValue,
nextValue: scalarValue
});
var prevScalarValue = this._scalarValue;

@@ -69,0 +73,0 @@ this._scalarValue = scalarValue;

2

package.json
{
"name": "dresscode-quantum",
"version": "0.0.7",
"version": "0.0.8",
"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