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

cdk-spot-one

Package Overview
Dependencies
Maintainers
1
Versions
703
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk-spot-one - npm Package Compare versions

Comparing version 0.6.34 to 0.6.35

7

CHANGELOG.md

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

### [0.6.35](https://github.com/pahud/cdk-spot-one/compare/v0.6.34...v0.6.35) (2020-09-25)
### Bug Fixes
* **eip-handler:** add verbose error message ([2995b62](https://github.com/pahud/cdk-spot-one/commit/2995b620a6a49334b1b2e285a99df6f2e99fb195))
### [0.6.34](https://github.com/pahud/cdk-spot-one/compare/v0.6.33...v0.6.34) (2020-09-09)

@@ -7,0 +14,0 @@

45

package.json

@@ -5,3 +5,2 @@ {

"description": "One spot instance with EIP and defined duration. No interruption.",
"main": "lib/index.js",
"repository": {

@@ -13,3 +12,3 @@ "type": "git",

"scripts": {
"start": "npx projen start",
"start": "npx projen start -i",
"projen": "node .projenrc.js",

@@ -20,6 +19,6 @@ "no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"",

"projen:upgrade": "yarn upgrade -L projen && CI=\"\" yarn projen",
"package": "jsii-pacmak",
"compile": "jsii --silence-warnings=reserved-word --no-fix-peer-dependencies && jsii-docgen",
"watch": "jsii -w --silence-warnings=reserved-word --no-fix-peer-dependencies",
"build": "yarn test && yarn compile && yarn run package",
"package": "jsii-pacmak",
"eslint": "eslint . --ext .ts",

@@ -54,3 +53,3 @@ "test": "yarn eslint && rm -fr lib/ && jest --passWithNoTests --updateSnapshot",

"json-schema": "^0.2.5",
"projen": "^0.3.58",
"projen": "^0.3.74",
"standard-version": "^9.0.0",

@@ -86,58 +85,62 @@ "ts-jest": "^26.1.0",

},
"main": "lib/index.js",
"license": "Apache-2.0",
"start": {
"start": {
"desc": "Shows this menu"
},
"projen": {
"descrtiption": "Synthesize project configuration from .projenrc.js",
"desc": "Synthesize project configuration from .projenrc.js",
"category": 3
},
"bump": {
"descrtiption": "Commits a bump to the package version based on conventional commits",
"desc": "Commits a bump to the package version based on conventional commits",
"category": 2
},
"release": {
"descrtiption": "Bumps version & push to master",
"desc": "Bumps version & push to master",
"category": 2
},
"projen:upgrade": {
"descrtiption": "upgrades projen to the latest version",
"desc": "upgrades projen to the latest version",
"category": 3
},
"package": {
"descrtiption": "Create an npm tarball",
"category": 2
},
"compile": {
"descrtiption": "Only compile",
"desc": "Only compile",
"category": 0
},
"watch": {
"descrtiption": "Watch & compile in the background",
"desc": "Watch & compile in the background",
"category": 0
},
"build": {
"descrtiption": "Full release build",
"desc": "Full release build (test+compile)",
"category": 0
},
"package": {
"desc": "Create an npm tarball",
"category": 2
},
"eslint": {
"descrtiption": "Runs eslint against the codebase",
"desc": "Runs eslint against the codebase",
"category": 1
},
"test": {
"descrtiption": "Run tests",
"desc": "Run tests",
"category": 1
},
"test:watch": {
"descrtiption": "Run jest in watch mode",
"desc": "Run jest in watch mode",
"category": 1
},
"compat": {
"descrtiption": "Perform API compatibility check against latest version",
"desc": "Perform API compatibility check against latest version",
"category": 2
},
"docgen": {
"descrtiption": "Generate API.md from .jsii manifest",
"desc": "Generate API.md from .jsii manifest",
"category": 2
}
},
"version": "0.6.34",
"version": "0.6.35",
"types": "lib/index.d.ts",

@@ -144,0 +147,0 @@ "jest": {

{
"version": "0.6.34"
"version": "0.6.35"
}

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