ast-contains-only-empty-space
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.7.2](https://bitbucket.org/codsen/codsen/src/master/packages/ast-contains-only-empty-space/compare/ast-contains-only-empty-space@1.7.1...ast-contains-only-empty-space@1.7.2) (2019-01-15) | ||
**Note:** Version bump only for package ast-contains-only-empty-space | ||
## [1.7.1](https://bitbucket.org/codsen/codsen/src/master/packages/ast-contains-only-empty-space/compare/ast-contains-only-empty-space@1.7.0...ast-contains-only-empty-space@1.7.1) (2019-01-13) | ||
@@ -8,0 +16,0 @@ |
/** | ||
* ast-contains-only-empty-space | ||
* Returns Boolean depending if passed AST contain only empty space | ||
* Version: 1.7.1 | ||
* Version: 1.7.2 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* ast-contains-only-empty-space | ||
* Returns Boolean depending if passed AST contain only empty space | ||
* Version: 1.7.1 | ||
* Version: 1.7.2 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* ast-contains-only-empty-space | ||
* Returns Boolean depending if passed AST contain only empty space | ||
* Version: 1.7.1 | ||
* Version: 1.7.2 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "ast-contains-only-empty-space", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Returns Boolean depending if passed AST contain only empty space", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "7b48bbe6a87df8a2af5b73886f6cb509d8189dcc", | ||
"gitHead": "4bac439c9ec27203e87ebc6fcb4ec1c9bc108b82", | ||
"husky": { | ||
@@ -168,3 +168,3 @@ "hooks": { | ||
"dependencies": { | ||
"ast-monkey-traverse": "^1.9.1", | ||
"ast-monkey-traverse": "^1.9.2", | ||
"lodash.isplainobject": "^4.0.6", | ||
@@ -177,6 +177,6 @@ "lodash.trim": "^4.5.1" | ||
"@babel/register": "^7.0.0", | ||
"ava": "^1.0.1", | ||
"ava": "^1.1.0", | ||
"babel-plugin-istanbul": "^5.1.0", | ||
"eslint": "^5.12.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
"eslint-config-prettier": "^3.4.0", | ||
"eslint-plugin-ava": "^5.1.1", | ||
@@ -194,3 +194,3 @@ "eslint-plugin-import": "^2.14.0", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-license": "^0.7.0", | ||
"rollup-plugin-license": "^0.8.0", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
@@ -197,0 +197,0 @@ "rollup-plugin-strip": "^1.2.1", |
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
32162
Updatedast-monkey-traverse@^1.9.2