Comparing version 2.0.2 to 2.1.0
@@ -8,5 +8,9 @@ # Change Log | ||
## Unreleased | ||
<!-- ## Unreleased --> | ||
<!-- New PRs should document their changes here. --> | ||
<!-- New PRs should document their changes here. --> | ||
## [2.1.0] - 2018-03-07 | ||
* Updated dependencies. | ||
* Convert to TypeScript. | ||
## [2.0.2] - 2017-10-02 | ||
@@ -13,0 +17,0 @@ |
{ | ||
"name": "css-slam", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Minimal CSS, fast", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"test": "eslint bin/css-slam **/*.js && mocha --ui tdd" | ||
"test": "tsc && mocha --ui tdd lib/test/*.js && tslint -p ." | ||
}, | ||
@@ -14,10 +15,15 @@ "author": "The Polymer Authors", | ||
"command-line-usage": "^3.0.5", | ||
"dom5": "^2.0.1", | ||
"parse5": "^2.2.3", | ||
"dom5": "^3.0.0", | ||
"parse5": "^4.0.0", | ||
"shady-css-parser": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^2.2.48", | ||
"@types/vinyl": "^2.0.2", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.8.0", | ||
"mocha": "^3.5.3", | ||
"mocha": "^5.0.1", | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.7.2", | ||
"vinyl": "^2.1.0" | ||
@@ -24,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
34091
20
624
9
1
+ Added@types/node@22.10.2(transitive)
+ Addeddom5@3.0.1(transitive)
+ Addedparse5@4.0.0(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/clone@0.1.30(transitive)
- Removed@types/node@6.14.13(transitive)
- Removeddom5@2.3.0(transitive)
- Removedparse5@2.2.3(transitive)
Updateddom5@^3.0.0
Updatedparse5@^4.0.0