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

array-invert

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-invert - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

2

package.json
{
"name": "array-invert",
"version": "1.0.1",
"version": "1.0.2",
"description": "invert a JavaScript array",

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

@@ -6,3 +6,4 @@ # array-invert

Invert a JavaScript array.
Invert a JavaScript array. Though you probably want to use
[array.reverse()][arr-rev] instead.

@@ -39,1 +40,3 @@ ## Installation

[coveralls-url]: https://coveralls.io/r/yoshuawuyts/array-invert?branch=master
[arr-rev]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse
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