boxed-immutable
Advanced tools
Comparing version 0.1.1 to 0.1.2
"use strict"; | ||
const _ = require('lodash'); | ||
exports.inherits = require('inherits'); | ||
@@ -6,0 +5,0 @@ exports.extend = function (other, add) { |
{ | ||
"name": "boxed-immutable", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Immutable proxy wrapper with auto-vivification", |
@@ -6,2 +6,3 @@ # Version History | ||
- [0.1.2](#012) | ||
- [0.1.1](#011) | ||
@@ -11,2 +12,6 @@ - [0.1.0](#010) | ||
## 0.1.2 | ||
* Fix: clean out node_modules to detect extraneous requires which are not used | ||
## 0.1.1 | ||
@@ -13,0 +18,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92621
2234