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

reverse-array-new

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reverse-array-new - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.github/workflows/test.yml

2

package.json
{
"name": "reverse-array-new",
"version": "1.0.0",
"version": "1.1.0",
"description": "Drop in replacement for reverse-array npm package",

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

# reverse-array-new
Function to Reverse Array. This is just a simple project to help me figure out how to export to different frameworks.
## Usage
Supports multiple import systems
### CJS
```
const reverseArray = require('reverse-array-new')
```
### ESM
```
import reverseArray from 'reverse-array-new'
```
### Typescript
```
import reverseArray from 'reverse-array-new'
```
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