Socket
Socket
Sign inDemoInstall

@candidpartners/snitch-types

Package Overview
Dependencies
0
Maintainers
7
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.13 to 3.0.0

6

CHANGELOG.md

@@ -7,2 +7,8 @@ # Changelog

## [3.0.0] - 2021-06-28
### Added:
- Outdated check to limit number of allowed outdated modules during CI
- Audit check to not allow security vulnerable modules during CI
- Module updates to bring down outdated package count and eliminate security audit issues
## [2.9.13] - 2021-06-22

@@ -9,0 +15,0 @@ ### Added:

66

package.json

@@ -23,5 +23,5 @@ {

"types": "./lib/types/index.d.ts",
"version": "2.9.13",
"version": "3.0.0",
"scripts": {
"prebuild": "rm -rf ./lib",
"audit:ci": "audit-ci --moderate",
"build": "npm run build:esm && npm run build:cjs",

@@ -35,2 +35,4 @@ "build:cjs": "NODE_ENV=${npm_config_node_env:-development} NODE_OPTIONS=--max-old-space-size=2048 tsc -p tsconfig-cjs.json",

"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"outdated:ci": "check-outdated --ignore-pre-releases",
"prebuild": "rm -rf ./lib",
"prepack": "npm run build",

@@ -43,36 +45,38 @@ "pretest": "npm run lint",

"devDependencies": {
"@azure/arm-appservice": "5.8.0",
"@azure/arm-authorization": "8.3.2",
"@azure/arm-compute": "13.0.0",
"@azure/arm-containerservice": "10.0.0",
"@azure/arm-cosmosdb": "7.0.0",
"@azure/arm-keyvault": "1.2.1",
"@azure/arm-appservice": "8.1.0",
"@azure/arm-authorization": "8.4.0",
"@azure/arm-compute": "16.2.0",
"@azure/arm-containerservice": "13.3.0",
"@azure/arm-cosmosdb": "14.1.0",
"@azure/arm-keyvault": "1.3.0",
"@azure/arm-locks": "1.1.0",
"@azure/arm-monitor": "6.0.0",
"@azure/arm-mysql": "3.3.0",
"@azure/arm-network": "19.1.0",
"@azure/arm-policy": "3.0.0",
"@azure/arm-postgresql": "4.4.0",
"@azure/arm-resources": "2.1.0",
"@azure/arm-security": "1.2.0",
"@azure/arm-sql": "7.0.0",
"@azure/arm-storage": "13.0.0",
"@azure/graph": "5.0.1",
"@azure/identity": "1.0.2",
"@azure/ms-rest-nodeauth": "3.0.3",
"@azure/arm-network": "25.0.0",
"@azure/arm-policy": "4.0.0",
"@azure/arm-postgresql": "5.0.0",
"@azure/arm-resources": "4.2.0",
"@azure/arm-security": "3.0.0",
"@azure/arm-sql": "7.1.0",
"@azure/arm-storage": "16.0.0",
"@azure/graph": "5.0.2",
"@azure/identity": "1.3.0",
"@azure/ms-rest-nodeauth": "3.0.10",
"@candidpartners/eslint-config-base": "^1.0.3",
"@google-cloud/kms": "2.1.2",
"@google-cloud/storage": "5.3.0",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"aws-sdk": "2.749.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"googleapis": "59.0.0",
"prettier": "^2.3.0",
"ts-node": "^9.0.0",
"typedoc": "^0.20.36",
"typescript": "^4.0.3"
"@google-cloud/kms": "2.4.2",
"@google-cloud/storage": "5.8.5",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"audit-ci": "^4.1.0",
"aws-sdk": "2.937.0",
"check-outdated": "^2.8.0",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.23.4",
"googleapis": "80.0.0",
"prettier": "^2.3.2",
"ts-node": "^10.0.0",
"typedoc": "^0.21.2",
"typescript": "^4.3.5"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc