New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inline-css

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inline-css - npm Package Compare versions

Comparing version

to
4.0.3

29

package.json
{
"name": "inline-css",
"version": "4.0.2",
"version": "4.0.3",
"description": "Inline css into an html file.",
"main": "index.js",
"workspaces": [
"./packages/*"
"packages/*"
],
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"css-rules": "^1.1.0",
"extract-css": "^3.0.1",
"extract-css": "^3.0.2",
"flat-util": "^1.1.9",

@@ -19,10 +19,11 @@ "pick-util": "^1.1.5",

"devDependencies": {
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.1",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@changesets/cli": "^2.27.11",
"eslint": "^8.33.0",
"js-beautify": "^1.14.7",
"lerna": "^6.4.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"js-beautify": "^1.15.1",
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"should": "^13.2.3",
"turbo": "^2.3.3",
"vinyl": "^3.0.0"

@@ -34,3 +35,2 @@ },

"scripts": {
"bootstrap": "lerna bootstrap",
"test": "mocha test packages/**/test",

@@ -40,3 +40,5 @@ "lint": "eslint index.js lib/ packages/",

"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=lcov"
"changeset": "changeset",
"version": "changeset version",
"release": "turbo run deploy && changeset publish"
},

@@ -55,3 +57,4 @@ "files": [

"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
"license": "MIT"
"license": "MIT",
"packageManager": "npm@11.0.0"
}