ast-pretty-print
Advanced tools
Comparing version 2.0.0 to 2.0.1
// @flow | ||
'use strict'; | ||
const prettyFormat = require('pretty-format'); | ||
const prettyFormat = require('pretty-format2'); | ||
const prettyFormatAST = require('pretty-format-ast'); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "ast-pretty-print", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A pretty printer for AST-like structures", | ||
@@ -13,5 +13,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"pretty-format": "^20.0.3", | ||
"pretty-format-ast": "^1.0.0" | ||
"pretty-format-ast": "^1.0.1", | ||
"pretty-format2": "^2.0.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2897
+ Addedpretty-format2@^2.0.3
- Removedpretty-format@^20.0.3
- Removedansi-regex@2.1.1(transitive)
- Removedpretty-format@20.0.3(transitive)
Updatedpretty-format-ast@^1.0.1