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

steal

Package Overview
Dependencies
Maintainers
5
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steal - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

8

ext/steal-clone.js

@@ -44,2 +44,10 @@ // Returns a Promise that will resolve once the module is set on the loader

if(obj instanceof Set) {
clone = new Set();
obj.forEach(function(item) {
clone.add(item);
});
return clone;
}
// instanceof fails to catch objects created with `null` as prototype

@@ -46,0 +54,0 @@ if (obj instanceof Object || toString.call(obj) === "[object Object]") {

2

package.json
{
"name": "steal",
"description": "Gets JavaScript.",
"version": "2.1.5",
"version": "2.1.6",
"author": {

@@ -6,0 +6,0 @@ "name": "Bitovi",

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