@alttiri/base85
Advanced tools
Comparing version 1.7.4 to 1.7.5
{ | ||
"name": "@alttiri/base85", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "Pretty fast base85 JavaScript library", | ||
"author": "alttiri", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "base85.js", | ||
"types": "base85.d.ts", | ||
"homepage": "https://github.com/alttiri/base85", | ||
"keywords": [ | ||
@@ -15,3 +11,10 @@ "base85", | ||
], | ||
"homepage": "https://github.com/alttiri/base85", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "base85.js", | ||
"types": "base85.d.ts", | ||
"files": [ | ||
"base85.js", | ||
"base85.d.ts" | ||
], | ||
"repository": { | ||
@@ -24,6 +27,2 @@ "type": "git", | ||
}, | ||
"files": [ | ||
"base85.js", | ||
"base85.d.ts" | ||
], | ||
"scripts": { | ||
@@ -34,5 +33,5 @@ "compile-ts": "tsc --build", | ||
"#": "", | ||
"publish-npm": "npm publish --registry=https://registry.npmjs.org", | ||
"publish-ghp": "npm publish --registry=https://npm.pkg.github.com", | ||
"test-publish": "npm pack", | ||
"test-publish": "tsc --build && npm pack", | ||
"publish-npm": "tsc --build && npm publish --registry=https://registry.npmjs.org", | ||
"publish-ghp": "tsc --build && npm publish --registry=https://npm.pkg.github.com", | ||
"##": "", | ||
@@ -45,5 +44,6 @@ "unpublish-npm": "npm unpublish @alttiri/base85@1.6.0 --registry=https://registry.npmjs.org", | ||
"devDependencies": { | ||
"@alttiri/util-node-js": "2.0.16-20240606", | ||
"typescript": "5.5.1-rc" | ||
"@alttiri/util-node-js": "2.1.1-20240725", | ||
"fflate": "0.8.2", | ||
"typescript": "5.5.4" | ||
} | ||
} |
@@ -63,3 +63,3 @@ # base85 | ||
All required things are already in the global scope. (`encode`, `decode`; util functions: `utf8StringToArrayBuffer` and others; `Tester` class too.) | ||
All required things are already in the global scope. (`encode`, `decode`; util functions: `utf8StringToArrayBuffer` and others.) | ||
@@ -66,0 +66,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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
12351
3
2