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

machinepack-strings

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-strings - npm Package Compare versions

Comparing version 2.3.0 to 2.3.2

2

machines/slice.js

@@ -65,3 +65,3 @@ module.exports = {

if (_.isUndefined(inputs.end)) {
return exits.success(_.slice(inputs.string, inputs.start));
return exits.success(inputs.string.slice(inputs.start));
}

@@ -68,0 +68,0 @@

{
"name": "machinepack-strings",
"version": "2.3.0",
"version": "2.3.2",
"description": "Work with strings.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -30,4 +30,12 @@ {

"returns": "lly McGee"
},
{
"using": {
"string": "Molly McGee",
"start": "2"
},
"outcome": "success",
"returns": "lly McGee"
}
]
}
}
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