posthtml-postcss
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "posthtml-postcss", | ||
"version": "0.5.0", | ||
"description": "PostHTML-PostCSS plugin. Use PostCSS in HTML document", | ||
"version": "0.6.0", | ||
"description": "Use PostCSS with PostHTML", | ||
"license": "MIT", | ||
"repository": "posthtml/posthtml-postcss", | ||
"author": "Ivan Voischev <voischev.ivan@ya.ru>", | ||
"main": "index.js", | ||
"bugs": "https://github.com/posthtml/posthtml-postcss/issues", | ||
"homepage": "https://github.com/posthtml/posthtml-postcss", | ||
"main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=16" | ||
}, | ||
"scripts": { | ||
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md", | ||
"test": "c8 mocha --timeout 5000", | ||
"lint": "xo", | ||
"pretest": "clinton" | ||
"dev": "vitest", | ||
"release": "np", | ||
"pretest": "npm run lint", | ||
"lint": "eslint lib/*.{js,ts}", | ||
"test": "vitest run --coverage", | ||
"postrelease": "npm run version", | ||
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"lib" | ||
], | ||
@@ -29,4 +34,2 @@ "keywords": [ | ||
"processor", | ||
"htmlnext", | ||
"transforming", | ||
"transform", | ||
@@ -38,19 +41,14 @@ "manipulation", | ||
"dependencies": { | ||
"postcss": "^8.0.0", | ||
"postcss-load-config": "^2.1.2" | ||
"postcss": "^8.4.35", | ||
"postcss-load-config": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-angular": "^11.0.0", | ||
"autoprefixer": "^10.0.2", | ||
"c8": "^7.3.5", | ||
"chai": "^4.2.0", | ||
"clinton": "^0.14.0", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.5.1", | ||
"mocha": "^8.2.1", | ||
"posthtml": "^0.13.4", | ||
"xo": "^0.34.2" | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"autoprefixer": "^10.4.17", | ||
"conventional-changelog-cli": "^4.1.0", | ||
"eslint": "^8.57.0", | ||
"np": "^9.2.0", | ||
"posthtml": "^0.16.6", | ||
"vitest": "^1.3.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7
1
6721
4
83
1
+ Addedlilconfig@3.1.3(transitive)
+ Addedpostcss-load-config@5.1.0(transitive)
+ Addedyaml@2.6.1(transitive)
- Removedargparse@1.0.10(transitive)
- Removedcaller-callsite@2.0.0(transitive)
- Removedcaller-path@2.0.0(transitive)
- Removedcallsites@2.0.0(transitive)
- Removedcosmiconfig@5.2.1(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedesprima@4.0.1(transitive)
- Removedimport-cwd@2.1.0(transitive)
- Removedimport-fresh@2.0.0(transitive)
- Removedimport-from@2.1.0(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-directory@0.3.1(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedjson-parse-better-errors@1.0.2(transitive)
- Removedparse-json@4.0.0(transitive)
- Removedpostcss-load-config@2.1.2(transitive)
- Removedresolve-from@3.0.0(transitive)
- Removedsprintf-js@1.0.3(transitive)
Updatedpostcss@^8.4.35
Updatedpostcss-load-config@^5.0.3