Socket
Socket
Sign inDemoInstall

css

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css - npm Package Compare versions

Comparing version 1.4.4 to 1.6.0

.travis.yml

6

component.json
{
"name": "css",
"version": "1.4.4",
"version": "1.6.0",
"description": "CSS parser / stringifier using css-parse and css-stringify",
"keywords": ["css", "parser", "stylesheet"],
"dependencies": {
"visionmedia/css-parse": "1.6.0",
"visionmedia/css-stringify": "1.3.2"
"visionmedia/css-parse": "1.7.0",
"visionmedia/css-stringify": "1.4.1"
},

@@ -10,0 +10,0 @@ "scripts": [

@@ -0,3 +1,7 @@

1.6.0 / 2013-12-21
==================
1.1.0 / 2013-04-04
* update deps
1.5.0 / 2013-12-03
==================

@@ -7,8 +11,13 @@

1.0.7 / 2012-11-21
1.1.0 / 2013-04-04
==================
* update deps
1.0.7 / 2012-11-21
==================
* fix component.json
1.0.4 / 2012-11-15
1.0.4 / 2012-11-15
==================

@@ -18,3 +27,3 @@

1.0.3 / 2012-09-01
1.0.3 / 2012-09-01
==================

@@ -21,0 +30,0 @@

{
"name": "css",
"version": "1.4.4",
"version": "1.6.0",
"description": "CSS parser / stringifier using css-parse and css-stringify",
"keywords": ["css", "parser", "stylesheet"],
"keywords": [
"css",
"parser",
"stylesheet"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": {
"css-parse": "1.6.0",
"css-stringify": "1.3.2"
"css-parse": "1.7.0",
"css-stringify": "1.4.1"
},
"main": "index"
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/css.git"
},
"scripts": {
"test": "make test"
}
}

@@ -77,2 +77,2 @@

TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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