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

array-envelop

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-envelop - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

main.js

@@ -18,3 +18,3 @@ export function envelop(iterable) {

}
if (!isNaN(property)) {
if ((typeof property !== "symbol") && !isNaN(property)) {
return target[property];

@@ -21,0 +21,0 @@ }

{
"name": "array-envelop",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wraps an array-like object to an array",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,4 +0,4 @@

# array-envelop
# array-envelop [![npm version](https://badge.fury.io/js/array-envelop.svg)](https://badge.fury.io/js/array-envelop)
This wraps an array-like object to an array so that every array method can be utilized.
This wraps an array-like object to an array so that every array method can be utilized. Try yourself via [RunKit](https://npm.runkit.com/array-envelop).

@@ -5,0 +5,0 @@ ```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