New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

array-cut-and-paste

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-cut-and-paste

Cut and paste values in an array

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

array-cut-and-paste

import cutAndPaste from 'array-cut-and-paste';

const arr = [0, 1, 2, 3];
const result = cutAndPaste(arr, 0, 3);
console.log(result); // [1, 2, 3, 0]

License

array-cut-and-paste is freely distributable under the terms of the MIT license.

FAQs

Package last updated on 18 Oct 2015

Did you know?

Socket

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