New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsii-spec

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsii-spec - npm Package Compare versions

Comparing version 0.7.15 to 0.8.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [0.8.0](https://github.com/awslabs/jsii/compare/v0.7.15...v0.8.0) (2019-03-20)
### Features
* pass data types (structs) by-value instead of by-ref ([#376](https://github.com/awslabs/jsii/issues/376)) ([db3ccdf](https://github.com/awslabs/jsii/commit/db3ccdf)), closes [awslabs/aws-cdk#965](https://github.com/awslabs/aws-cdk/issues/965) [#375](https://github.com/awslabs/jsii/issues/375)
### BREAKING CHANGES
* all properties in interfaces which represent data types must be marked as `readonly`. Otherwise, jsii compilation will fail.
<a name="0.7.15"></a>

@@ -8,0 +24,0 @@ ## [0.7.15](https://github.com/awslabs/jsii/compare/v0.7.14...v0.7.15) (2019-02-27)

6

package.json
{
"name": "jsii-spec",
"version": "0.7.15",
"version": "0.8.0",
"description": "Specification for jsii assemblies",

@@ -14,5 +14,5 @@ "main": "lib/index.js",

"devDependencies": {
"@types/node": "^8.10.40",
"@types/node": "^8.10.43",
"@types/nodeunit": "^0.0.30",
"jsii-build-tools": "^0.7.15",
"jsii-build-tools": "^0.8.0",
"nodeunit": "^0.11.3",

@@ -19,0 +19,0 @@ "typescript": "^3.3.3333",

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