Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

icebox

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icebox - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

5

lib/icebox.js

@@ -68,3 +68,3 @@ function ieConstructorName(constructor) {

function freeze(object) {
function freeze(object, objectFreezeHandler) {
var objectsFrozen = [];

@@ -94,2 +94,5 @@ var id = 0;

} else {
if (objectFreezeHandler) {
objectFreezeHandler(object);
}
for (var prop in object) {

@@ -96,0 +99,0 @@ if (object.hasOwnProperty(prop) && prop != '_icebox_constructorName') {

2

package.json
{
"name": "icebox",
"version": "0.1.7",
"version": "0.1.8",
"description": "Object serialization library",

@@ -5,0 +5,0 @@ "main": "lib/icebox.js",

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