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

brisky-struct

Package Overview
Dependencies
Maintainers
1
Versions
397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brisky-struct - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

18

lib/subscribe/any.js

@@ -151,6 +151,10 @@ 'use strict'

hot.splice(j, 3)
checks--
block = true
} else {
hot[j + 1] = key = void 0
if (hot[j] === void 0) { hot.splice(j, 3) }
if (hot[j] === void 0) {
hot.splice(j, 3)
checks--
}
if (compare === void 0) { block = true }

@@ -164,6 +168,10 @@ }

hot.splice(j, 3)
checks--
block = true
} else {
hot[j] = compare = void 0
if (hot[j + 1] === void 0) { hot.splice(j, 3) }
if (hot[j + 1] === void 0) {
hot.splice(j, 3)
checks--
}
if (key === void 0) { block = true }

@@ -173,3 +181,7 @@ }

}
if (!block) { hot.push(key, compare, i) }
if (!block) {
hot.push(key, compare, i)
} else {
checks--
}
} else {

@@ -176,0 +188,0 @@ hot.push(key, void 0, i)

2

package.json
{
"name": "brisky-struct",
"description": "An observable data structure",
"version": "0.0.8",
"version": "0.0.9",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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