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

aws-kms-provider

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-kms-provider - npm Package Compare versions

Comparing version 0.3.5-alpha.5 to 0.3.5-alpha.6

dist/index.js

14

package.json
{
"name": "aws-kms-provider",
"version": "0.3.5-alpha.5",
"version": "0.3.5-alpha.6",
"repository": {

@@ -12,3 +12,3 @@ "type": "git",

},
"main": "lib/index.js",
"main": "dist/index.js",
"types": "lib/index.d.ts",

@@ -22,8 +22,10 @@ "files": [

"scripts": {
"prebuild": "rm -rf lib",
"build": "tsc"
"prebuild": "rm -rf lib dist",
"build": "run-p build:*",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist"
},
"dependencies": {
"@open-rpc/client-js": "^1.7.1",
"aws-kms-signer": "^0.3.5-alpha.5",
"aws-kms-signer": "^0.3.5-alpha.6",
"ethereumjs-common": "^1.5.2",

@@ -42,3 +44,3 @@ "ethereumjs-tx": "^2.1.2",

},
"gitHead": "bba64148278f1cd78db07f4c9216b3d8175a05bf"
"gitHead": "ba865547d48e059cf3a2ccd9b30ee84bb403ba32"
}
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