Socket
Socket
Sign inDemoInstall

style-to-object

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

style-to-object - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

40

package.json
{
"name": "style-to-object",
"version": "1.0.5",
"description": "Converts inline style to object.",
"version": "1.0.6",
"description": "Parse CSS inline style to JavaScript object.",
"author": "Mark <mark@remarkablemark.org>",

@@ -21,5 +21,4 @@ "main": "./cjs/index.js",

"lint:tsc": "tsc --noEmit",
"_postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable && run-s lint lint:tsc test clean build",
"prepare": "husky",
"prepublishOnly": "run-s lint lint:tsc test clean build",
"test": "jest",

@@ -47,25 +46,24 @@ "test:ci": "CI=true jest --ci --colors --coverage",

"dependencies": {
"inline-style-parser": "0.2.2"
"inline-style-parser": "0.2.3"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@types/jest": "29.5.10",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.0",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
"@rollup/plugin-typescript": "11.1.6",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint": "8.57.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"jest": "29.7.0",
"lint-staged": "15.1.0",
"lint-staged": "15.2.2",
"npm-run-all": "4.1.5",
"pinst": "3.0.0",
"prettier": "3.1.0",
"rollup": "4.6.1",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
"prettier": "3.2.5",
"rollup": "4.13.0",
"ts-jest": "29.1.2",
"typescript": "5.4.3"
},

@@ -72,0 +70,0 @@ "files": [

@@ -11,3 +11,3 @@ # style-to-object

Parses inline style to object:
Parse CSS inline style to JavaScript object:

@@ -14,0 +14,0 @@ ```js

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