Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alttiri/base85

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alttiri/base85 - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

32

package.json
{
"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 @@ ---

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc