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

constructs

Package Overview
Dependencies
Maintainers
3
Versions
1339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

constructs - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

2

CHANGELOG.md

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

### 3.0.10 (2020-10-08)
### 3.0.9 (2020-10-08)

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

14

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 && yarn compat",
"compile": "jsii --silence-warnings=reserved-word --no-fix-peer-dependencies && jsii-docgen && yarn run compat",
"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 --updateSnapshot && yarn eslint",
"test": "rm -fr lib/ && jest --passWithNoTests --updateSnapshot && 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.103",
"standard-version": "^9.0.0",

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

},
"version": "3.0.9",
"version": "3.0.10",
"types": "lib/index.d.ts",

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

{
"version": "3.0.9"
"version": "3.0.10"
}

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