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

nyks

Package Overview
Dependencies
Maintainers
2
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyks - npm Package Compare versions

Comparing version 2.20.0 to 2.21.0

array/pickIn.js

7

collection/reindex.js

@@ -6,4 +6,7 @@ "use strict";

module.exports = function(that, key){
var out = {};
forIn(that, function(v, k){
let out = {};
let iteratee = Array.isArray(that)
? Array.prototype.forEach(that)
: forIn.bind(null, that);
iteratee(function(v, k){
out[v[key]] = v;

@@ -10,0 +13,0 @@ });

{
"name": "nyks",
"version": "2.20.0",
"version": "2.21.0",
"description": "nodejs exupery style",

@@ -5,0 +5,0 @@ "keywords": [

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