New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

string-splice

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

string-splice - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

.travis.yml

4

package.json
{
"name": "string-splice",
"version": "1.1.0",
"version": "1.2.0",
"description": "simple function to provide array-like splice functionality to strings",
"main": "spliceString.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node spliceString.test.js"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -13,3 +13,3 @@ #Useage:

splice(exampleString, 1, 2, 'ZZZ');
//'aZZZcdefg'
//'aZZZdefg'
```

@@ -16,0 +16,0 @@

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