Socket
Socket
Sign inDemoInstall

boxes

Package Overview
Dependencies
1
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.36.0 to 0.37.0

4

lib/boxes.js

@@ -14,3 +14,3 @@ "use strict";

if (oldValue === value)
return value;
return true;
const link = links.get(target);

@@ -20,3 +20,3 @@ const newValue = getBox(value);

ee_1.default.emit(proxy, prop, 'set', oldValue, newValue, proxy);
return newValue;
return true;
}

@@ -23,0 +23,0 @@ function arrGetHandler(target, prop, proxy) {

{
"name": "boxes",
"version": "0.36.0",
"version": "0.37.0",
"description": "Reactive state containers for js apps",

@@ -35,4 +35,4 @@ "type": "module",

"@types/tape": "4.2.34",
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "2.24.0",
"@typescript-eslint/eslint-plugin": "2.25.0",
"@typescript-eslint/parser": "2.25.0",
"eslint": "6.8.0",

@@ -39,0 +39,0 @@ "eslint-config-standard": "14.1.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc