Socket
Socket
Sign inDemoInstall

@stablelib/poly1305

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/poly1305 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

18

package.json
{
"name": "@stablelib/poly1305",
"version": "1.0.0",
"version": "1.0.1",
"description": "Poly1305 one-time message authentication code",

@@ -9,2 +9,6 @@ "main": "./lib/poly1305.js",

"license": "MIT",
"repository": {
"url": "https://github.com/StableLib/stablelib"
},
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/poly1305",
"publishConfig": {

@@ -19,11 +23,11 @@ "access": "public"

"dependencies": {
"@stablelib/constant-time": "^1.0.0",
"@stablelib/wipe": "^1.0.0"
"@stablelib/constant-time": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.0",
"@stablelib/bytes": "^1.0.0",
"@stablelib/hex": "^1.0.0"
"@stablelib/benchmark": "^1.0.1",
"@stablelib/bytes": "^1.0.1",
"@stablelib/hex": "^1.0.1"
},
"gitHead": "c3b9e138650642a738a9225956c75dbe44c76ae6"
"gitHead": "03dadf27703120d54e6be8436525228ee1c4299b"
}
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