Socket
Socket
Sign inDemoInstall

@mattrglobal/node-bbs-signatures

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mattrglobal/node-bbs-signatures - npm Package Compare versions

Comparing version 0.16.1-unstable.d45e43c to 0.17.0

9

CHANGELOG.md

@@ -1,9 +0,8 @@

## 0.16.1-unstable.d45e43c (2023-09-18)
# [0.17.0](https://github.com/mattrglobal/node-bbs-signatures/compare/v0.16.0...v0.17.0) (2023-09-18)
### Bug Fixes
- publish unstable with node 18.x only
([81f7dca](https://github.com/mattrglobal/node-bbs-signatures/commit/81f7dcad22d5c5c1cf479aeb45b73e4dd12ab7a5))
## 0.16.1 (2023-09-18)
# [0.16.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.15.0...0.16.0) (2023-09-17)

@@ -10,0 +9,0 @@

{
"name": "@mattrglobal/node-bbs-signatures",
"version": "0.16.1-unstable.d45e43c",
"version": "0.17.0",
"description": "An implementation of BBS+ signatures using rust and typescript for node.js",

@@ -11,8 +11,9 @@ "homepage": "https://github.com/mattrglobal/node-bbs-signatures",

},
"directories": [
"lib"
],
"directories": {
"lib": "lib",
"native": "native"
},
"files": [
"lib",
"native"
"native/index.node"
],

@@ -52,3 +53,3 @@ "typings": "lib/index.d.ts",

"prepare": "husky install",
"install": "yarn build:neon"
"install": "node-pre-gyp install --fallback-to-build=false"
},

@@ -93,2 +94,2 @@ "devDependencies": {

}
}
}
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