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

ntils

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntils - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

5

index.js

@@ -456,3 +456,5 @@ (function (ntils) {

if (Object.create) return Object.create(proto);
return { __proto__: proto };
var Cotr = function () { };
Cotr.prototype = proto;
return new Cotr();
};

@@ -467,2 +469,3 @@

} else {
if (!('__proto' in obj)) this.copy(proto, obj);
obj.__proto__ = proto;

@@ -469,0 +472,0 @@ }

2

package.json
{
"name": "ntils",
"version": "2.0.7",
"version": "2.0.8",
"description": "一个 Node & Browser 工具函数集",

@@ -5,0 +5,0 @@ "main": "index.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