Socket
Socket
Sign inDemoInstall

@ndhoule/rest

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ndhoule/rest

Produce a new array composed of all but the first element of the input collection.


Version published
Weekly downloads
60K
decreased by-28.89%
Maintainers
1
Install size
9.52 kB
Created
Weekly downloads
 

Changelog

Source

2.0.0

  • Remove Component/Duo support

Readme

Source

rest CI

Produce a new array composed of all but the first element of the input collection.

Installation

$ component install ndhoule/rest
$ npm install @ndhoule/rest

API

rest(collection : Array) => Array

Produce a new array composed of all but the first element of the input collection.

rest([1, 2, 3]); // => [2, 3]

License

Released under the MIT license.

Keywords

FAQs

Last updated on 02 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc