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 1.2.6 to 1.2.7

3

index.js

@@ -348,6 +348,7 @@ (function (ntils) {

*/
ntils.copy = function (obj1, obj2, igonreArray) {
ntils.copy = function (obj1, obj2, igonreArray, errorMessage) {
obj2 = obj2 || {};
this.each(obj1, function (name) {
if (igonreArray && igonreArray.indexOf(name) > -1) {
if (errorMessage) throw new Error(errorMessage);
return;

@@ -354,0 +355,0 @@ }

{
"name": "ntils",
"version": "1.2.6",
"version": "1.2.7",
"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