Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "pct-encode", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Percent-encode characters in strings matching a regular expression", | ||
@@ -19,34 +19,3 @@ "main": "index.js", | ||
], | ||
"license": "BSD", | ||
"testling": { | ||
"files": "test.js", | ||
"browsers": { | ||
"iexplore": [ | ||
8, | ||
9, | ||
10 | ||
], | ||
"chrome": [ | ||
"canary" | ||
], | ||
"firefox": [ | ||
"nightly" | ||
], | ||
"opera": [ | ||
"next" | ||
], | ||
"iphone": [ | ||
"6.0" | ||
], | ||
"ipad": [ | ||
"6.0" | ||
], | ||
"safari": [ | ||
"6.0" | ||
], | ||
"android-browser": [ | ||
"4.2" | ||
] | ||
} | ||
}, | ||
"license": "BSD-2-Clause", | ||
"devDependencies": { | ||
@@ -53,0 +22,0 @@ "tape": "~2.0.0" |
@@ -5,8 +5,6 @@ # pct-encode | ||
[![browser support](https://ci.testling.com/grncdr/pct-encode.png)](https://ci.testling.com/grncdr/pct-encode) | ||
## Synopsis | ||
```javascript | ||
var pctEncode = require('pct-encode') | ||
var pctEncode = require("pct-encode"); | ||
@@ -13,0 +11,0 @@ var encode = pctEncode(/\W/g); |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
0
3366
21