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

@vect/entries-unwind

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vect/entries-unwind - npm Package Compare versions

Comparing version 0.3.10 to 0.4.0

2

dist/index.cjs.js

@@ -6,3 +6,3 @@ 'use strict';

const unwind = (entries, h) => {
h = h || (entries === null || entries === void 0 ? void 0 : entries.length);
h = h || (entries == null ? void 0 : entries.length);
let keys = Array(h),

@@ -9,0 +9,0 @@ values = Array(h);

const unwind = (entries, h) => {
h = h || (entries === null || entries === void 0 ? void 0 : entries.length);
h = h || (entries == null ? void 0 : entries.length);
let keys = Array(h),

@@ -4,0 +4,0 @@ values = Array(h);

{
"name": "@vect/entries-unwind",
"version": "0.3.10",
"version": "0.4.0",
"description": "An array util tool",

@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "cf716b1eeb2ed3e653a75f1924c318c5f80bd23a"
"gitHead": "0df009c248625ffea1915bdf71435257046927a5"
}
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