Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 0.2.5 to 0.5.0

lib/poly1305.bench.d.ts

16

package.json
{
"name": "@stablelib/poly1305",
"version": "0.2.5",
"version": "0.5.0",
"description": "Poly1305 one-time message authentication code",
"main": "./dist/poly1305.js",
"typings": "./dist/poly1305.d.ts",
"main": "./lib/poly1305.js",
"typings": "./lib/poly1305.d.ts",
"author": "Dmitry Chestnykh",

@@ -15,12 +15,12 @@ "license": "MIT",

"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json",
"bench": "node ./dist/poly1305.bench.js"
"bench": "node ./lib/poly1305.bench.js"
},
"dependencies": {
"@stablelib/constant-time": "^0.2.5",
"@stablelib/wipe": "^0.2.5"
"@stablelib/constant-time": "^0.5.0",
"@stablelib/wipe": "^0.5.0"
},
"devDependencies": {
"@stablelib/benchmark": "^0.2.5",
"@stablelib/hex": "^0.2.5"
"@stablelib/benchmark": "^0.5.0",
"@stablelib/hex": "^0.5.0"
}
}

@@ -7,2 +7,3 @@ {

"noUnusedParameters": true,
"noImplicitReturns": true,
"noUnusedLocals": true,

@@ -15,3 +16,3 @@ "removeComments": false,

"declaration": true,
"outDir": "dist",
"outDir": "lib",
"lib": [

@@ -26,4 +27,4 @@ "es5",

"node_modules",
"dist"
"lib"
]
}
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