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.38 to 0.1.39

2

CHANGELOG.md

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

### 0.1.39 (2020-10-07)
### 0.1.38 (2020-10-06)

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

12

package.json

@@ -14,10 +14,10 @@ {

"no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"",
"bump": "yarn --silent no-changes || standard-version",
"release": "yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)",
"bump": "yarn run --silent no-changes || standard-version",
"release": "yarn run --silent no-changes || (yarn run bump && git push --follow-tags origin master)",
"projen:upgrade": "yarn upgrade -L projen && CI=\"\" yarn projen",
"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",
"build": "yarn run test && yarn run compile && yarn run package",
"package": "jsii-pacmak",
"test": "rm -fr lib/ && jest --passWithNoTests && yarn eslint",
"test": "rm -fr lib/ && jest --passWithNoTests && yarn run eslint",
"test:watch": "jest --watch",

@@ -51,3 +51,3 @@ "test:update": "jest --updateSnapshot",

"json-schema": "^0.2.5",
"projen": "^0.3.93",
"projen": "^0.3.96",
"standard-version": "^9.0.0",

@@ -145,3 +145,3 @@ "ts-jest": "^26.1.0",

},
"version": "0.1.38",
"version": "0.1.39",
"types": "lib/index.d.ts",

@@ -148,0 +148,0 @@ "jest": {

{
"version": "0.1.38"
"version": "0.1.39"
}

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