style-to-object 1.0.12 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  [![NPM](https://nodei.co/npm/style-to-object.png)](https://nodei.co/npm/style-to-object/)
4
4
 
5
- [![NPM version](https://badgen.net/npm/v/style-to-object)](https://www.npmjs.com/package/style-to-object)
6
- [![Bundlephobia minified + gzip](https://badgen.net/bundlephobia/minzip/style-to-object)](https://bundlephobia.com/package/style-to-object)
5
+ [![NPM version](https://img.shields.io/npm/v/style-to-object)](https://www.npmjs.com/package/style-to-object)
6
+ [![NPM bundle size](https://img.shields.io/bundlephobia/minzip/style-to-object)](https://bundlephobia.com/package/style-to-object)
7
7
  [![build](https://github.com/remarkablemark/style-to-object/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/style-to-object/actions/workflows/build.yml)
8
8
  [![codecov](https://codecov.io/gh/remarkablemark/style-to-object/branch/master/graph/badge.svg?token=XWxph9dpa4)](https://codecov.io/gh/remarkablemark/style-to-object)
9
- [![NPM downloads](https://badgen.net/npm/dm/style-to-object)](https://www.npmjs.com/package/style-to-object)
9
+ [![NPM downloads](https://img.shields.io/npm/dm/style-to-object)](https://www.npmjs.com/package/style-to-object)
10
10
 
11
11
  Parse CSS inline style to JavaScript object:
12
12
 
@@ -22,7 +22,7 @@ Output:
22
22
  { color: '#C0FFEE', background: '#BADA55' }
23
23
  ```
24
24
 
25
- [JSFiddle](https://jsfiddle.net/remarkablemark/ykz2meot/) | [Replit](https://replit.com/@remarkablemark/style-to-object) | [Examples](https://github.com/remarkablemark/style-to-object/tree/master/examples)
25
+ [JSFiddle](https://jsfiddle.net/remarkablemark/ykz2meot/) | [Examples](https://github.com/remarkablemark/style-to-object/tree/master/examples)
26
26
 
27
27
  ## Installation
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "style-to-object",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "Parse CSS inline style to JavaScript object.",
5
5
  "author": "Mark <mark@remarkablemark.org>",
6
6
  "main": "./cjs/index.js",
@@ -50,33 +50,33 @@
50
50
  "pojo"
51
51
  ],
52
52
  "dependencies": {
53
- "inline-style-parser": "0.2.6"
53
+ "inline-style-parser": "0.2.7"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@commitlint/cli": "20.1.0",
57
57
  "@commitlint/config-conventional": "20.0.0",
58
- "@eslint/compat": "1.4.0",
58
+ "@eslint/compat": "2.0.0",
59
59
  "@eslint/eslintrc": "3.3.1",
60
- "@eslint/js": "9.38.0",
61
- "@rollup/plugin-commonjs": "28.0.9",
60
+ "@eslint/js": "9.39.1",
61
+ "@rollup/plugin-commonjs": "29.0.0",
62
62
  "@rollup/plugin-node-resolve": "16.0.3",
63
63
  "@rollup/plugin-terser": "0.4.4",
64
64
  "@rollup/plugin-typescript": "12.3.0",
65
65
  "@types/jest": "30.0.0",
66
- "@types/node": "24.9.1",
67
- "@typescript-eslint/eslint-plugin": "8.46.2",
68
- "@typescript-eslint/parser": "8.46.2",
69
- "eslint": "9.38.0",
66
+ "@types/node": "24.10.1",
67
+ "@typescript-eslint/eslint-plugin": "8.46.4",
68
+ "@typescript-eslint/parser": "8.46.4",
69
+ "eslint": "9.39.1",
70
70
  "eslint-plugin-prettier": "5.5.4",
71
71
  "eslint-plugin-simple-import-sort": "12.1.1",
72
- "globals": "16.4.0",
72
+ "globals": "16.5.0",
73
73
  "husky": "9.1.7",
74
74
  "jest": "30.2.0",
75
75
  "lint-staged": "16.2.6",
76
76
  "npm-run-all": "4.1.5",
77
77
  "prettier": "3.6.2",
78
78
  "publint": "0.3.15",
79
- "rollup": "4.52.5",
79
+ "rollup": "4.53.2",
80
80
  "ts-jest": "29.4.5",
81
81
  "ts-node": "10.9.2",
82
82
  "tslib": "2.8.1",