style-to-js
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "style-to-js", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Parses CSS inline style to JavaScript object (camelCased).", | ||
@@ -10,3 +10,3 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"build:cjs": "tsc --declaration --outDir cjs", | ||
"build:umd": "rollup --config", | ||
"build:umd": "rollup --config --failAfterWarnings", | ||
"clean": "rm -rf cjs umd", | ||
@@ -40,24 +40,24 @@ "lint": "npm run lint:js && npm run lint:ts && npm run lint:tsc", | ||
"dependencies": { | ||
"style-to-object": "0.4.0" | ||
"style-to-object": "0.4.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.0.1", | ||
"@commitlint/config-conventional": "^17.0.0", | ||
"@rollup/plugin-commonjs": "^24.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.0", | ||
"@rollup/plugin-typescript": "^10.0.0", | ||
"@types/jest": "^29.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"eslint": "^8.16.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"lint-staged": "^13.0.0", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.6.2", | ||
"rollup": "^2.75.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"ts-jest": "^28.0.3", | ||
"typescript": "^4.7.2" | ||
"@commitlint/cli": "17.4.2", | ||
"@commitlint/config-conventional": "17.4.2", | ||
"@rollup/plugin-commonjs": "24.0.0", | ||
"@rollup/plugin-node-resolve": "15.0.1", | ||
"@rollup/plugin-typescript": "11.0.0", | ||
"@types/jest": "29.2.5", | ||
"@typescript-eslint/eslint-plugin": "5.48.1", | ||
"@typescript-eslint/parser": "5.48.1", | ||
"eslint": "8.32.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"husky": "8.0.3", | ||
"jest": "29.3.1", | ||
"lint-staged": "13.1.0", | ||
"pinst": "3.0.0", | ||
"prettier": "2.8.3", | ||
"rollup": "2.79.1", | ||
"rollup-plugin-terser": "7.0.2", | ||
"ts-jest": "29.0.5", | ||
"typescript": "4.9.4" | ||
}, | ||
@@ -64,0 +64,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50994
+ Addedstyle-to-object@0.4.1(transitive)
- Removedstyle-to-object@0.4.0(transitive)
Updatedstyle-to-object@0.4.1