string-length
Advanced tools
Comparing version 0.1.2 to 1.0.0
{ | ||
"name": "string-length", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes", | ||
@@ -16,4 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha", | ||
"browser": "browserify -s $npm_package_name -o browser.js ." | ||
"test": "mocha" | ||
}, | ||
@@ -37,8 +36,7 @@ "files": [ | ||
"dependencies": { | ||
"strip-ansi": "^0.2.1" | ||
"strip-ansi": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "*", | ||
"browserify": "^3.0.0" | ||
"mocha": "*" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1
1735
+ Addedansi-regex@1.1.1(transitive)
+ Addedstrip-ansi@2.0.1(transitive)
- Removedansi-regex@0.1.0(transitive)
- Removedstrip-ansi@0.2.2(transitive)
Updatedstrip-ansi@^2.0.0