string-splice
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"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 @@ |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1311
5
12
0
0