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

@stablelib/gcm

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/gcm - npm Package Compare versions

Comparing version 0.2.5 to 0.5.0

lib/gcm.bench.d.ts

26

package.json
{
"name": "@stablelib/gcm",
"version": "0.2.5",
"version": "0.5.0",
"description": "GCM authenticated encryption mode with associated data (AEAD)",
"main": "./dist/gcm.js",
"typings": "./dist/gcm.d.ts",
"main": "./lib/gcm.js",
"typings": "./lib/gcm.d.ts",
"author": "Dmitry Chestnykh",

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

"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json",
"bench": "node ./dist/gcm.bench.js"
"bench": "node ./lib/gcm.bench.js"
},
"dependencies": {
"@stablelib/aead": "^0.2.5",
"@stablelib/binary": "^0.2.5",
"@stablelib/blockcipher": "^0.2.5",
"@stablelib/constant-time": "^0.2.5",
"@stablelib/ctr": "^0.2.5",
"@stablelib/wipe": "^0.2.5"
"@stablelib/aead": "^0.5.0",
"@stablelib/binary": "^0.5.0",
"@stablelib/blockcipher": "^0.5.0",
"@stablelib/constant-time": "^0.5.0",
"@stablelib/ctr": "^0.5.0",
"@stablelib/wipe": "^0.5.0"
},
"devDependencies": {
"@stablelib/aes": "^0.2.5",
"@stablelib/benchmark": "^0.2.5",
"@stablelib/hex": "^0.2.5"
"@stablelib/aes": "^0.5.0",
"@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