encode-registry
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "encode-registry", | ||
"version": "0.0.0", | ||
"description": "Encodes a registry URL", | ||
"version": "1.0.0", | ||
"description": "Encodes a registry URL. Memoized.", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test && standard" | ||
}, | ||
@@ -16,3 +19,3 @@ "repository": { | ||
], | ||
"author": "Zoltan", | ||
"author": "Zoltan Kochan", | ||
"license": "MIT", | ||
@@ -22,3 +25,10 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/pnpm/encode-registry#readme" | ||
"homepage": "https://github.com/pnpm/encode-registry#readme", | ||
"devDependencies": { | ||
"standard": "^10.0.2", | ||
"tape": "^4.7.0" | ||
}, | ||
"dependencies": { | ||
"mem": "^1.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2910
21
0
0
30
0
1
2
4
+ Addedmem@^1.1.0
+ Addedmem@1.1.0(transitive)
+ Addedmimic-fn@1.2.0(transitive)