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

@storacha/access

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storacha/access - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/src/crypto/encoding.js

@@ -81,5 +81,5 @@ import { webcrypto } from '@storacha/one-webcrypto';

// concat coords & prepend P-256 prefix
const publicKey = uint8arrays.concat([[0x04], x, yPadded]);
const publicKey = uint8arrays.concat([new Uint8Array([0x04]), x, yPadded]);
return publicKey;
}
//# sourceMappingURL=encoding.js.map
{
"name": "@storacha/access",
"version": "1.0.1",
"version": "1.0.2",
"description": "access client",

@@ -104,3 +104,3 @@ "homepage": "https://storacha.network",

"type-fest": "^4.9.0",
"uint8arrays": "^4.0.6",
"uint8arrays": "^5.1.0",
"@storacha/capabilities": "^1.2.1",

@@ -107,0 +107,0 @@ "@storacha/did-mailto": "^1.0.1"

Sorry, the diff of this file is not supported yet

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