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

basex-encoder

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basex-encoder - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

56

package.json
{
"name": "basex-encoder",
"version": "0.0.7",
"version": "0.0.8",
"description": "Encode / decode any base X to and from string or buffer",
"keywords": [
"TypeScript",
"base-x",
"base64",
"base62",
"base58",
"decode",
"decoding",
"encode",
"encoding",
"crypto",
"crytography"
],
"author": "Joon Ho Cho",
"license": "MIT",
"homepage": "https://github.com/joonhocho/basex-encoder#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/joonhocho/basex-encoder.git"
},
"bugs": {
"url": "https://github.com/joonhocho/basex-encoder/issues"
},
"module": "lib/index.js",

@@ -9,2 +32,3 @@ "main": "dist/node/index.js",

"types": "lib/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -29,25 +53,5 @@ "all": "npm run clean && npm run format && npm run lint:fix && npm run build:all && npm run test",

},
"repository": {
"type": "git",
"url": "git+https://github.com/joonhocho/basex-encoder.git"
"peerDependencies": {
"tslib": "^1.10.0"
},
"keywords": [
"TypeScript",
"base-x",
"base64",
"base62",
"base58",
"decode",
"decoding",
"encode",
"encoding",
"crypto",
"crytography"
],
"author": "Joon Ho Cho",
"license": "MIT",
"bugs": {
"url": "https://github.com/joonhocho/basex-encoder/issues"
},
"homepage": "https://github.com/joonhocho/basex-encoder#readme",
"devDependencies": {

@@ -66,9 +70,5 @@ "@types/jest": "^24.0.15",

},
"peerDependencies": {
"tslib": "^1.10.0"
},
"engines": {
"node": ">=8.0.0"
},
"sideEffects": false
}
}
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