Socket
Socket
Sign inDemoInstall

css-declaration-sorter

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-declaration-sorter - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

5

changelog.md

@@ -5,2 +5,6 @@ # Changelog

## [4.0.1] - 2018-07-30
### Fixed
- Invalid package engines node version range.
## [4.0.0] - 2018-07-24

@@ -41,2 +45,3 @@ ### Added

[4.0.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.1...v4.0.0

@@ -43,0 +48,0 @@ [3.0.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.0...v3.0.1

4

package.json
{
"name": "css-declaration-sorter",
"version": "4.0.0",
"version": "4.0.1",
"description": "Sorts CSS declarations fast and automatically in a certain order.",

@@ -28,3 +28,3 @@ "main": "src/index.js",

"engines": {
"node": "^8.0.0"
"node": ">4"
},

@@ -31,0 +31,0 @@ "repository": {

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