ast-monkey-traverse
Advanced tools
Comparing version 1.12.11 to 1.12.12
/** | ||
* ast-monkey-traverse | ||
* Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects) | ||
* Version: 1.12.11 | ||
* Version: 1.12.12 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* ast-monkey-traverse | ||
* Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects) | ||
* Version: 1.12.11 | ||
* Version: 1.12.12 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* ast-monkey-traverse | ||
* Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects) | ||
* Version: 1.12.11 | ||
* Version: 1.12.12 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* ast-monkey-traverse | ||
* Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects) | ||
* Version: 1.12.11 | ||
* Version: 1.12.12 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "ast-monkey-traverse", | ||
"version": "1.12.11", | ||
"version": "1.12.12", | ||
"description": "Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects)", | ||
@@ -141,8 +141,8 @@ "license": "MIT", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"@rollup/plugin-strip": "^1.3.2", | ||
"@rollup/plugin-strip": "^1.3.3", | ||
"benchmark": "^2.1.4", | ||
"lect": "^0.13.2", | ||
"lect": "^0.13.4", | ||
"lodash.isequal": "^4.5.0", | ||
"object-path": "^0.11.4", | ||
"rollup": "^2.8.2", | ||
"rollup": "^2.10.2", | ||
"rollup-plugin-ascii": "^0.0.3", | ||
@@ -149,0 +149,0 @@ "rollup-plugin-banner": "^0.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
95004