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

boxed-state

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxed-state - npm Package Compare versions

Comparing version 0.8.6 to 0.8.8

17

package.json
{
"name": "boxed-state",
"version": "0.8.6",
"version": "0.8.8",
"private": false,

@@ -17,11 +17,12 @@ "description": "Immutable proxy wrapper with exception free access to nested properties and auto-instantiation of intermediate containers when nested properties are defined",

"lodash.isstring": "^4.0.1",
"util-string-wrap": "^0.1.0",
"util-type-funcs": "^0.2.4",
"for-each-break": "^0.2.0",
"obj-each-break": "^0.1.8",
"boxed-out": "^0.1.2",
"boxed-immutable": "^0.8.2"
"util-string-wrap": "^0.1.2",
"util-type-funcs": "^0.2.8",
"for-each-break": "^0.2.2",
"obj-each-break": "^0.1.10",
"boxed-out": "^0.1.4",
"boxed-immutable": "^0.8.4"
},
"devDependencies": {
"jest-each": "^0.5.0"
"jest": "^24.1.0",
"jest-each": "^24.0.0"
},

@@ -28,0 +29,0 @@ "scripts": {},

"use strict";
const jestEach = require('jest-each');
const jestEach = require('jest-each').default;
const boxedImmutable = require("boxed-immutable");

@@ -5,0 +5,0 @@ const utilTypeFuncs = require('util-type-funcs');

"use strict";
const jestEach = require('jest-each');
const jestEach = require('jest-each').default;
const boxedImmutable = require("boxed-immutable");

@@ -5,0 +5,0 @@ const utilTypeFuncs = require('util-type-funcs');

@@ -5,2 +5,3 @@ # Version History

- [0.8.8](#088)
- [0.8.6](#086)

@@ -12,2 +13,6 @@ - [0.8.4](#084)

## 0.8.8
* Fix: update dependencies
## 0.8.6

@@ -14,0 +19,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