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

args-to-arr

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

args-to-arr - npm Package Compare versions

Comparing version 1.3.11 to 1.3.12

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v1.3.12 (01-06-2019)
* improved documentation
# v1.3.11 (01-06-2019)

@@ -2,0 +6,0 @@

2

package.json
{
"name": "args-to-arr",
"version": "1.3.11",
"version": "1.3.12",
"description": "converts arguments or any other array-like object into an array starting from specific index.",

@@ -5,0 +5,0 @@ "main": "dist/args-to-arr.cjs.js",

@@ -5,3 +5,3 @@ # args-to-arr

Converts `arguments` or any other `array-like` object into an array starting from specific index.
Converts `arguments` or any other `array-like` object into an `array` starting from specific index.

@@ -20,4 +20,2 @@ *Inspired by how Typescript handles `...rest` arguments.*

*[www.jsdelivr.com](https://www.jsdelivr.com)*
```html

@@ -37,4 +35,2 @@ <script src="https://cdn.jsdelivr.net/npm/args-to-arr@latest/dist/args-to-arr.umd.js"></script>

*[unpkg.com](https://unpkg.com)*
```html

@@ -60,4 +56,2 @@ <script src="https://unpkg.com/args-to-arr@latest/dist/args-to-arr.umd.js"></script>

> *Note that* `args-to-arr` *supports any* `array-like` *object*.
###### example

@@ -82,2 +76,2 @@

[MIT](LICENSE) &copy; Manuel Fernández
[MIT](LICENSE) &copy; [Manuel Fernández](https://github.com/manferlo81)
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