Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "css-tree", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations", | ||
@@ -68,3 +68,3 @@ "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", | ||
"build": "npm run bundle && npm run esm-to-cjs", | ||
"build-and-test": "npm run bundle-and-test && npm run esm-to-cjs-and-test", | ||
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs", | ||
"bundle": "node scripts/bundle", | ||
@@ -100,3 +100,3 @@ "bundle-and-test": "npm run bundle && npm run test:dist", | ||
"engines": { | ||
"node": "^14.16.0 || >=15.0.0", | ||
"node": "^12.20.0 || ^14.13.0 || >=15.0.0", | ||
"npm": ">=7.0.0" | ||
@@ -103,0 +103,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1051399
0