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

cdk8s-image

Package Overview
Dependencies
Maintainers
1
Versions
895
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk8s-image - npm Package Compare versions

Comparing version 0.1.84 to 0.1.85

13

.projen/tasks.json

@@ -49,2 +49,12 @@ {

},
"test:compile": {
"name": "test:compile",
"category": "10.test",
"description": "compiles the test code",
"steps": [
{
"exec": "tsc --noEmit --project tsconfig.jest.json"
}
]
},
"test": {

@@ -59,2 +69,5 @@ "name": "test",

{
"spawn": "test:compile"
},
{
"exec": "jest --passWithNoTests --all --updateSnapshot"

@@ -61,0 +74,0 @@ },

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.1.85](https://github.com/eladb/cdk8s-image/compare/v0.1.84...v0.1.85) (2020-12-28)
### [0.1.84](https://github.com/eladb/cdk8s-image/compare/v0.1.82...v0.1.84) (2020-12-26)

@@ -7,0 +9,0 @@

5

package.json

@@ -14,2 +14,3 @@ {

"compile": "npx projen compile",
"test:compile": "npx projen test:compile",
"test": "npx projen test",

@@ -53,3 +54,3 @@ "build": "npx projen build",

"json-schema": "^0.2.5",
"projen": "^0.9.1",
"projen": "^0.9.2",
"standard-version": "^9.0.0",

@@ -71,3 +72,3 @@ "ts-jest": "^26.1.0",

"license": "Apache-2.0",
"version": "0.1.84",
"version": "0.1.85",
"jest": {

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

{
"version": "0.1.84"
"version": "0.1.85"
}

Sorry, the diff of this file is not supported yet

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