Socket
Socket
Sign inDemoInstall

grunt-cssjanus

Package Overview
Dependencies
31
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

2

Gruntfile.js
/*
* grunt-cssjanus
* https://github.com/yoavf/grunt-cssjanus
* https://github.com/cssjanus/grunt-cssjanus
*

@@ -5,0 +5,0 @@ * Copyright (c) 2013 Yoav Farhi

{
"name": "grunt-cssjanus",
"description": "Grunt plugin to convert CSS stylesheets between left-to-right and right-to-left",
"version": "0.2.3",
"homepage": "https://github.com/yoavf/grunt-cssjanus",
"version": "0.2.4",
"homepage": "https://github.com/cssjanus/grunt-cssjanus",
"author": {

@@ -13,6 +13,6 @@ "name": "Yoav Farhi",

"type": "git",
"url": "git://github.com/yoavf/grunt-cssjanus.git"
"url": "git://github.com/cssjanus/grunt-cssjanus.git"
},
"bugs": {
"url": "https://github.com/yoavf/grunt-cssjanus/issues"
"url": "https://github.com/cssjanus/grunt-cssjanus/issues"
},

@@ -22,3 +22,3 @@ "licenses": [

"type": "MIT",
"url": "https://github.com/yoavf/grunt-cssjanus/blob/master/LICENSE-MIT"
"url": "https://github.com/cssjanus/grunt-cssjanus/blob/master/LICENSE-MIT"
}

@@ -31,3 +31,3 @@ ],

"dependencies": {
"cssjanus" : ">=1.1.1"
"cssjanus": ">=1.1.2"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -11,3 +11,3 @@ # grunt-cssjanus

```shell
npm install /path/to/grunt-cssjanus --save-dev
npm install grunt-cssjanus --save-dev
```

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

```js
grunt.loadNpmTasks('grunt-cssjanus');
grunt.loadNpmTasks( 'grunt-cssjanus' );
```

@@ -51,2 +51,4 @@

0.2.3 - Update minimum cssjanus version to 1.1.2
0.2.3 - Update minimum cssjanus version

@@ -53,0 +55,0 @@

/*
* grunt-cssjanus
* https://github.com/yoavf/grunt-cssjanus
* https://github.com/cssjanus/grunt-cssjanus
*

@@ -5,0 +5,0 @@ * Copyright (c) 2013 Yoav Farhi

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc