ast-contains-only-empty-space
Advanced tools
Comparing version 1.8.7 to 1.8.8
/** | ||
* ast-contains-only-empty-space | ||
* Returns Boolean depending if passed AST contain only empty space | ||
* Version: 1.8.7 | ||
* Version: 1.8.8 | ||
* 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.8.7 | ||
* Version: 1.8.8 | ||
* 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.8.7 | ||
* Version: 1.8.8 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "ast-contains-only-empty-space", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"description": "Returns Boolean depending if passed AST contain only empty space", | ||
@@ -167,3 +167,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ast-monkey-traverse": "^1.11.3", | ||
"ast-monkey-traverse": "^1.11.4", | ||
"lodash.isplainobject": "^4.0.6", | ||
@@ -173,9 +173,9 @@ "lodash.trim": "^4.5.1" | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/core": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"@babel/register": "^7.0.0", | ||
"ava": "^1.2.1", | ||
"babel-plugin-istanbul": "^5.1.0", | ||
"eslint": "^5.13.0", | ||
"eslint-config-prettier": "^4.0.0", | ||
"babel-plugin-istanbul": "^5.1.1", | ||
"eslint": "^5.14.1", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-ava": "^5.1.1", | ||
@@ -185,11 +185,11 @@ "eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"nyc": "^13.2.0", | ||
"nyc": "^13.3.0", | ||
"prettier": "^1.16.4", | ||
"rollup": "^1.1.2", | ||
"rollup": "^1.3.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-cleanup": "^3.1.1", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-commonjs": "^9.2.1", | ||
"rollup-plugin-json": "^3.1.0", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"rollup-plugin-strip": "^1.2.1", | ||
@@ -196,0 +196,0 @@ "rollup-plugin-terser": "^4.0.4" |
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
Updatedast-monkey-traverse@^1.11.4