inline-critical
Advanced tools
Comparing version 11.0.1 to 12.0.0
{ | ||
"name": "inline-critical", | ||
"version": "11.0.1", | ||
"version": "12.0.0", | ||
"description": "Inline critical-path css and load the existing stylesheets asynchronously", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
"@adobe/css-tools": "^4.3.1", | ||
"clean-css": "^5.3.2", | ||
"clean-css": "^5.3.3", | ||
"detect-indent": "^7.0.1", | ||
@@ -48,3 +48,3 @@ "fg-loadcss": "^2.1.0", | ||
"indent-string": "^5.0.0", | ||
"jsdom": "^22.1.0", | ||
"jsdom": "^24.0.0", | ||
"lodash.defaults": "^4.2.0", | ||
@@ -54,6 +54,6 @@ "lodash.escaperegexp": "^4.1.2", | ||
"lodash.isstring": "^4.0.1", | ||
"meow": "^12.1.1", | ||
"meow": "^13.1.0", | ||
"normalize-newline": "^4.1.0", | ||
"picocolors": "^1.0.0", | ||
"postcss": "^8.4.31", | ||
"postcss": "^8.4.33", | ||
"postcss-discard": "^2.0.0", | ||
@@ -66,6 +66,6 @@ "reaver": "^2.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.51.0", | ||
"fs-extra": "^11.1.1", | ||
"eslint": "^8.56.0", | ||
"fs-extra": "^11.2.0", | ||
"jest": "^29.7.0", | ||
"read-pkg-up": "^10.1.0", | ||
"read-pkg-up": "^11.0.0", | ||
"xo": "^0.56.0" | ||
@@ -100,4 +100,4 @@ }, | ||
"engines": { | ||
"node": ">=16.10" | ||
"node": ">=18" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # inline-critical | ||
[![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Dependency Status][depstat-image]][depstat-url] [![Download][dlcounter-image]][dlcounter-url] [![Coverage Status][coveralls-image]][coveralls-url] | ||
[![npm version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Download][dlcounter-image]][dlcounter-url] [![Coverage Status][coveralls-image]][coveralls-url] | ||
@@ -98,10 +98,8 @@ ## Installation | ||
[npm-url]: https://npmjs.org/package/inline-critical | ||
[npm-image]: https://img.shields.io/npm/v/inline-critical.svg | ||
[ci-url]: https://github.com/bezoerb/inline-critical/actions?workflow=Tests | ||
[ci-image]: https://github.com/bezoerb/inline-critical/workflows/Tests/badge.svg | ||
[depstat-url]: https://david-dm.org/bezoerb/inline-critical | ||
[depstat-image]: https://img.shields.io/david/bezoerb/inline-critical.svg | ||
[npm-image]: https://img.shields.io/npm/v/inline-critical | ||
[ci-url]: https://github.com/bezoerb/inline-critical/actions/workflows/test.yml?query=workflow%3ATests | ||
[ci-image]: https://img.shields.io/github/actions/workflow/status/bezoerb/inline-critical/test.yml?branch=main&label=Tests&logo=github | ||
[dlcounter-url]: https://www.npmjs.com/package/inline-critical | ||
[dlcounter-image]: https://img.shields.io/npm/dm/inline-critical.svg | ||
[dlcounter-image]: https://img.shields.io/npm/dm/inline-critical | ||
[coveralls-url]: https://coveralls.io/github/bezoerb/inline-critical?branch=main | ||
[coveralls-image]: https://img.shields.io/coveralls/github/bezoerb/inline-critical/main.svg | ||
[coveralls-image]: https://img.shields.io/coveralls/github/bezoerb/inline-critical/main |
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
26653
104
+ Addedagent-base@7.1.1(transitive)
+ Addedcssstyle@4.1.0(transitive)
+ Addeddata-urls@5.0.0(transitive)
+ Addedhtml-encoding-sniffer@4.0.0(transitive)
+ Addedhttp-proxy-agent@7.0.2(transitive)
+ Addedhttps-proxy-agent@7.0.5(transitive)
+ Addedjsdom@24.1.3(transitive)
+ Addedmeow@13.2.0(transitive)
+ Addedrrweb-cssom@0.7.1(transitive)
+ Addedtr46@5.0.0(transitive)
+ Addedw3c-xmlserializer@5.0.0(transitive)
+ Addedwhatwg-encoding@3.1.1(transitive)
+ Addedwhatwg-mimetype@4.0.0(transitive)
+ Addedwhatwg-url@14.0.0(transitive)
+ Addedxml-name-validator@5.0.0(transitive)
- Removed@tootallnate/once@2.0.0(transitive)
- Removedabab@2.0.6(transitive)
- Removedagent-base@6.0.2(transitive)
- Removedcssstyle@3.0.0(transitive)
- Removeddata-urls@4.0.0(transitive)
- Removeddomexception@4.0.0(transitive)
- Removedhtml-encoding-sniffer@3.0.0(transitive)
- Removedhttp-proxy-agent@5.0.0(transitive)
- Removedhttps-proxy-agent@5.0.1(transitive)
- Removedjsdom@22.1.0(transitive)
- Removedmeow@12.1.1(transitive)
- Removedrrweb-cssom@0.6.0(transitive)
- Removedtr46@4.1.1(transitive)
- Removedw3c-xmlserializer@4.0.0(transitive)
- Removedwhatwg-encoding@2.0.0(transitive)
- Removedwhatwg-mimetype@3.0.0(transitive)
- Removedwhatwg-url@12.0.1(transitive)
- Removedxml-name-validator@4.0.0(transitive)
Updatedclean-css@^5.3.3
Updatedjsdom@^24.0.0
Updatedmeow@^13.1.0
Updatedpostcss@^8.4.33