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

icepick

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icepick - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

icepick.js

@@ -173,6 +173,9 @@ /**

};
exports[methodName].displayName =
exports[methodName].name = "icepick." + methodName;
});
// splice is special because it is variadic
exports.splice = function (arr/*, args*/) {
exports.splice = function splice(arr/*, args*/) {
var newArr = arrayClone(arr),

@@ -179,0 +182,0 @@ args = rest(arguments);

2

package.json
{
"name": "icepick",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utilities for working with frozen objects",

@@ -5,0 +5,0 @@ "main": "icepick.js",

Sorry, the diff of this file is not supported yet

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