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

@coderich/util

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coderich/util - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

2

package.json
{
"name": "@coderich/util",
"main": "src/index.js",
"version": "0.1.14",
"version": "0.1.15",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

@@ -119,3 +119,3 @@ const FS = require('fs');

} else if (Array.isArray(parent)) {
parent.forEach(el => (el[key] = exports.map(el[key], v => fn(v))));
parent.forEach(el => (el[key] = fn(el[key])));
}

@@ -122,0 +122,0 @@ }

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