Socket
Socket
Sign inDemoInstall

@ndhoule/drop

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ndhoule/drop

Produce a new array composed of all but the first n elements of an input collection.


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

Changelog

Source

2.0.0

  • Remove Component/Duo support

Readme

Source

drop CI

Produce a new array composed of all but the first n elements of an input collection.

Installation

$ component install ndhoule/drop
$ npm install @ndhoule/drop

API

drop(count : number, collection : Array) => Array

Produce a new array composed of all but the first n elements of an input collection.

drop([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