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 5.0.2 to 5.1.0

8

dist/cjs.js

@@ -189,4 +189,4 @@ 'use strict';

}
Object.entries(src).forEach(function (_a) {
var key = _a[0], value = _a[1];
Object.keys(src).forEach(function (key) {
var value = src[key];
if (objClone[key] !== value && !igonres.includes(key)) {

@@ -245,4 +245,4 @@ if (isObject(value)) {

if (arguments.length === 1) {
return Object.entries(obj).forEach(function (_a) {
var name = _a[0], value = _a[1];
return Object.keys(obj).forEach(function (name) {
var value = obj[name];
final(obj, name, value);

@@ -249,0 +249,0 @@ });

@@ -185,4 +185,4 @@ var __spreadArrays = (this && this.__spreadArrays) || function () {

}
Object.entries(src).forEach(function (_a) {
var key = _a[0], value = _a[1];
Object.keys(src).forEach(function (key) {
var value = src[key];
if (objClone[key] !== value && !igonres.includes(key)) {

@@ -242,4 +242,4 @@ if (isObject(value)) {

if (arguments.length === 1) {
return Object.entries(obj).forEach(function (_a) {
var name = _a[0], value = _a[1];
return Object.keys(obj).forEach(function (name) {
var value = obj[name];
final(obj, name, value);

@@ -246,0 +246,0 @@ });

@@ -188,4 +188,4 @@ var ntils = (function (exports) {

}
Object.entries(src).forEach(function (_a) {
var key = _a[0], value = _a[1];
Object.keys(src).forEach(function (key) {
var value = src[key];
if (objClone[key] !== value && !igonres.includes(key)) {

@@ -244,4 +244,4 @@ if (isObject(value)) {

if (arguments.length === 1) {
return Object.entries(obj).forEach(function (_a) {
var name = _a[0], value = _a[1];
return Object.keys(obj).forEach(function (name) {
var value = obj[name];
final(obj, name, value);

@@ -248,0 +248,0 @@ });

@@ -191,4 +191,4 @@ (function (global, factory) {

}
Object.entries(src).forEach(function (_a) {
var key = _a[0], value = _a[1];
Object.keys(src).forEach(function (key) {
var value = src[key];
if (objClone[key] !== value && !igonres.includes(key)) {

@@ -247,4 +247,4 @@ if (isObject(value)) {

if (arguments.length === 1) {
return Object.entries(obj).forEach(function (_a) {
var name = _a[0], value = _a[1];
return Object.keys(obj).forEach(function (name) {
var value = obj[name];
final(obj, name, value);

@@ -251,0 +251,0 @@ });

{
"name": "ntils",
"version": "5.0.2",
"version": "5.1.0",
"description": "一个 Node & Browser 工具函数集",

@@ -32,2 +32,3 @@ "main": "./dist/cjs.js",

"dn-middleware-shell": "^1.1.0",
"dn-middleware-submitter": "^1.0.1",
"dn-middleware-tslint": "^1.1.3",

@@ -34,0 +35,0 @@ "dn-middleware-unit": "^0.2.1",

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