New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@buckless/signed-data

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buckless/signed-data - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

test/test.changekey.js

2

package.json
{
"name": "@buckless/signed-data",
"version": "2.1.1",
"version": "2.1.2",
"description": "Sign unsigned numbers using HMAC-SHA1",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -139,3 +139,3 @@ # signed-data

# Override secret from constructor
key(secret: String)
key(secret: String) : SignedData
```

@@ -142,0 +142,0 @@

@@ -38,2 +38,4 @@ const nativeSha1 = require('./nativeSha1')

this.secret = secret
return this
}

@@ -40,0 +42,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