balanced-match
Advanced tools
Comparing version 0.4.2 to 1.0.0
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
module.exports = balanced; | ||
@@ -2,0 +3,0 @@ function balanced(a, b, str) { |
{ | ||
"name": "balanced-match", | ||
"description": "Match balanced character pairs, like \"{\" and \"}\"", | ||
"version": "0.4.2", | ||
"version": "1.0.0", | ||
"repository": { | ||
@@ -12,6 +12,8 @@ "type": "git", | ||
"scripts": { | ||
"test": "make test" | ||
"test": "make test", | ||
"bench": "make bench" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"matcha": "^0.7.0", | ||
"tape": "^4.6.0" | ||
@@ -18,0 +20,0 @@ }, |
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
6699
49
0
2