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

cdk-remote-stack

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk-remote-stack - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

2

CHANGELOG.md

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

### 0.1.21 (2020-09-25)
### 0.1.20 (2020-09-23)

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

45

package.json

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

"description": "Get outputs from cross-regional AWS CDK stacks",
"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.70",
"projen": "^0.3.74",
"standard-version": "^9.0.0",

@@ -89,58 +88,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.1.20",
"version": "0.1.21",
"types": "lib/index.d.ts",

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

{
"version": "0.1.20"
"version": "0.1.21"
}

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