Socket
Socket
Sign inDemoInstall

@scure/base

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scure/base - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/esm/index.js

25

package.json
{
"name": "@scure/base",
"version": "1.0.0",
"version": "1.1.0",
"description": "Secure, audited & 0-dep implementation of bech32, base64, base58, base32 & base16",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
"lib/index.js",
"lib/esm/index.js",
"lib/index.d.ts"
],
"types": "index.d.ts",
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/esm/index.js",
"default": "./lib/index.js"
},
"./index.d.ts": "./lib/index.d.ts"
},
"scripts": {
"bench": "node test/benchmark/index.js",
"build": "tsc -d",
"build": "tsc -d && tsc -p tsconfig.esm.json",
"lint": "prettier --check index.ts",

@@ -26,4 +35,4 @@ "test": "node test/index.js"

"micro-should": "0.2.0",
"prettier": "2.4.1",
"typescript": "4.5.4"
"prettier": "2.6.2",
"typescript": "4.7.3"
},

@@ -30,0 +39,0 @@ "keywords": [

@@ -13,3 +13,3 @@ # scure-base

The library has been audited by Cure53 on Jan 5, 2022. Check out the audit [PDF](./audit/2022-01-05-cure53-audit-nbl2.pdf) & [URL](https://cure53.de/pentest-report_hashing-libs.pdf). Before the audit, it was called `micro-base`.
The library has been audited by Cure53 on Jan 5, 2022. Check out the audit [PDF](./audit/2022-01-05-cure53-audit-nbl2.pdf), [URL](https://cure53.de/pentest-report_hashing-libs.pdf) & [changes since audit](https://github.com/paulmillr/scure-base/compare/1.0.0..main). Before the audit, it was called `micro-base`.

@@ -16,0 +16,0 @@ ### This library belongs to *scure*

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