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

inline-style-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inline-style-parser - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

31

package.json
{
"name": "inline-style-parser",
"version": "0.2.3",
"version": "0.2.4",
"description": "An inline style parser.",

@@ -9,4 +9,5 @@ "main": "index.js",

"clean": "rm -rf dist",
"lint": "eslint --ignore-path .gitignore .",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky",
"prepublishOnly": "npm run lint && npm test && npm run build",

@@ -16,4 +17,3 @@ "test": "jest",

"test:esm": "node --test test/index.test.mjs",
"test:watch": "jest --watch",
"prepare": "husky"
"test:watch": "jest --watch"
},

@@ -35,14 +35,19 @@ "repository": {

"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@rollup/plugin-commonjs": "25.0.7",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@eslint/compat": "1.1.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.9.1",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-terser": "0.4.4",
"css": "3.0.0",
"eslint": "8.57.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"eslint": "9.9.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.9.0",
"husky": "9.1.5",
"jest": "29.7.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"rollup": "4.13.0"
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"rollup": "4.21.1"
},

@@ -49,0 +54,0 @@ "files": [

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