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

oo-ascii-tree

Package Overview
Dependencies
Maintainers
5
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oo-ascii-tree - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

tsconfig.tsbuildinfo

18

CHANGELOG.md

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

# [0.10.0](https://github.com/awslabs/jsii/compare/v0.9.0...v0.10.0) (2019-04-16)
### Features
* **jsii-spec:** Model parameter optionality ([#432](https://github.com/awslabs/jsii/issues/432)) ([21e485a](https://github.com/awslabs/jsii/commit/21e485a)), closes [#296](https://github.com/awslabs/jsii/issues/296) [#414](https://github.com/awslabs/jsii/issues/414)
### BREAKING CHANGES
* **jsii-spec:** JSII assemblies generated by older versions of the tool
will fail loading with this new version, and vice-versa. Re-compile your
projects in order to fix this.
# [0.9.0](https://github.com/awslabs/jsii/compare/v0.8.2...v0.9.0) (2019-04-04)

@@ -8,0 +26,0 @@

8

package.json
{
"name": "oo-ascii-tree",
"version": "0.9.0",
"version": "0.10.0",
"description": "object-oriented ascii tree renderer",

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

"jest": "^24.1.0",
"jsii-build-tools": "^0.9.0",
"ts-jest": "^23.10.5",
"typescript": "^3.3.3333"
"jsii-build-tools": "^0.10.0",
"ts-jest": "^24.0.1",
"typescript": "^3.4.2"
},

@@ -22,0 +22,0 @@ "author": {

@@ -25,4 +25,6 @@ {

"strictNullChecks": true,
"target": "ES2018"
}
"target": "ES2018",
"composite": true
},
"include": ["**/*.ts"]
}
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