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

@aws-c2a/models

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-c2a/models - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

lib/aggregations/aggregation.d.ts

10

package.json
{
"name": "@aws-c2a/models",
"version": "0.6.0",
"version": "0.6.1",
"description": "The models package for CDK Change Analyzer: a tool that enables detecting dangerous changes within CDK projects.",
"main": "out/index.js",
"main": "lib/index.js",
"scripts": {
"build": "yarn clean && yarn compile",
"compile": "npx tsc --build",
"clean": "npx rimraf out",
"clean": "npx tsc --build --clean",
"clean:all": "git clean -fdx",
"lint": "eslint . --ext .ts",

@@ -43,3 +44,2 @@ "test": "npx jest"

"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.0",

@@ -52,3 +52,3 @@ "ts-node": "^9.1.1",

},
"gitHead": "e8b1afb56d7ea4d1eb54a44a654b4d161f8b9ccb"
"gitHead": "04161dae7acf1f8031f0d51a4c7e836b7880a7c0"
}
{
"extends": "../../../tsconfig.build.json",
"compilerOptions": {
"outDir": "out"
},
"exclude": ["out"]
}
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