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.8.2 to 0.9.0

18

CHANGELOG.md

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

# [0.9.0](https://github.com/awslabs/jsii/compare/v0.8.2...v0.9.0) (2019-04-04)
### Features
* **jsii:** Enforce use of peerDependencies ([#421](https://github.com/awslabs/jsii/issues/421)) ([e72fea5](https://github.com/awslabs/jsii/commit/e72fea5)), closes [#361](https://github.com/awslabs/jsii/issues/361)
* **jsii-diff:** standardize doc comments, add API compatibility tool ([#415](https://github.com/awslabs/jsii/issues/415)) ([9cfd867](https://github.com/awslabs/jsii/commit/9cfd867))
### BREAKING CHANGES
* **jsii:** All direct dependencies must be duplicated in
peerDependencies unless they are in bundledDependencies.
## [0.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28)

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

8

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

@@ -8,4 +8,4 @@ "main": "lib/index.js",

"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build": "tsc --build",
"watch": "tsc --build -w",
"test": "jest",

@@ -18,3 +18,3 @@ "package": "package-js"

"jest": "^24.1.0",
"jsii-build-tools": "^0.8.2",
"jsii-build-tools": "^0.9.0",
"ts-jest": "^23.10.5",

@@ -21,0 +21,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