Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inline-critical

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inline-critical - npm Package Compare versions

Comparing version 11.0.1 to 12.0.0

18

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc