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

arraytrans

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arraytrans - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "arraytrans",
"version": "0.0.3",
"version": "0.0.4",
"description": "Do complex array transformation based on substrings to change order of array",

@@ -5,0 +5,0 @@ "main": "transform.js",

@@ -21,2 +21,3 @@ module.exports = function(array,subbase,base,loc) {

})
subArr = subArr.reverse();
subArr.forEach(function(n) {

@@ -23,0 +24,0 @@ baseArr.unshift(n);

Sorry, the diff of this file is not supported yet

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