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

@aws-cdk/aws-sam

Package Overview
Dependencies
Maintainers
5
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-sam - npm Package Compare versions

Comparing version 1.22.0 to 1.23.0

jest.config.gen.json

38

package.json
{
"name": "@aws-cdk/aws-sam",
"version": "1.22.0",
"version": "1.23.0",
"description": "The CDK Construct Library for the AWS Serverless Application Model (SAM) resources",

@@ -66,35 +66,17 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"@types/jest": "^24.9.0",
"cdk-build-tools": "1.22.0",
"cfn2ts": "1.22.0",
"@aws-cdk/assert": "1.23.0",
"@types/jest": "^25.1.1",
"cdk-build-tools": "1.23.0",
"cfn2ts": "1.23.0",
"jest": "^24.9.0",
"pkglint": "1.22.0",
"ts-jest": "^24.3.0"
"pkglint": "1.23.0",
"ts-jest": "^25.2.0"
},
"dependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"lcov",
"html",
"text-summary"
],
"coverageThreshold": {
"global": {
"statements": 0,
"branches": 0
}
},
"preset": "ts-jest",
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
]
},
"jest": {},
"engines": {

@@ -101,0 +83,0 @@ "node": ">= 10.3.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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