encode-registry
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "encode-registry", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Encodes a registry URL. Memoized.", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "node test && standard" | ||
"test": "preview && node test && standard" | ||
}, | ||
@@ -19,3 +24,8 @@ "repository": { | ||
], | ||
"author": "Zoltan Kochan", | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"email": "z@kochan.io", | ||
"url": "https://www.kochan.io/", | ||
"twitter": "ZoltanKochan" | ||
}, | ||
"license": "MIT", | ||
@@ -27,2 +37,3 @@ "bugs": { | ||
"devDependencies": { | ||
"package-preview": "^1.0.0", | ||
"standard": "^10.0.2", | ||
@@ -32,4 +43,4 @@ "tape": "^4.7.0" | ||
"dependencies": { | ||
"mem": "^1.1.0" | ||
"mem": "^3.0.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
3225
5
23
3
+ Addedmem@3.0.1(transitive)
+ Addedp-is-promise@1.1.0(transitive)
- Removedmem@1.1.0(transitive)
Updatedmem@^3.0.0