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

aws-secrets-github-sync

Package Overview
Dependencies
Maintainers
1
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-secrets-github-sync - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

27

package.json

@@ -21,4 +21,2 @@ {

"pre-compile": "npx projen pre-compile",
"publish:github": "npx projen publish:github",
"publish:npm": "npx projen publish:npm",
"release": "npx projen release",

@@ -41,4 +39,4 @@ "secrets:update": "npx projen secrets:update",

"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^12.13.0",
"@types/jest": "^27.4.0",
"@types/node": "^12",
"@typescript-eslint/eslint-plugin": "^5",

@@ -49,17 +47,16 @@ "@typescript-eslint/parser": "^5",

"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"jest": "^27.4.3",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jest-junit": "^13",
"json-schema": "^0.4.0",
"npm-check-updates": "^11",
"projen": "^0.37.0",
"npm-check-updates": "^12",
"projen": "^0.50.18",
"standard-version": "^9",
"ts-jest": "^27.1.0",
"typescript": "^4.5.2"
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"dependencies": {
"aws-sdk": "^2.1043.0",
"aws-sdk": "^2.1054.0",
"yargs": "17.1.1"
},
"bundledDependencies": [],
"engines": {

@@ -70,7 +67,7 @@ "node": ">= 12.13.0"

"license": "Apache-2.0",
"version": "0.0.23",
"version": "0.0.24",
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)"
],

@@ -77,0 +74,0 @@ "clearMocks": true,

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