Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gridle

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridle - npm Package Compare versions

Comparing version 1.3.36 to 1.3.38

css/grid-bootstrap.min.css

2

bower.json
{
"name": "gridle",
"version": "1.3.36",
"version": "1.3.38",
"authors": [

@@ -5,0 +5,0 @@ "Olivier Bossel <olivier.bossel@gmail.com>"

@@ -9,4 +9,4 @@

* @created 20.05.14
* @updated 08.07.14
* @version 1.0.11
* @updated 09.02.15
* @version 1.0.12
*/

@@ -136,3 +136,4 @@ (function() {

}
settings = response.match(/#gridle-settings(?:\s*)\{(?:\s*)content(?:\s*):(?:\s*)\'(.+)\';/) && RegExp.$1;
settings = response.match(/#gridle-settings(?:\s*)\{(?:\s*)content(?:\s*):(?:\s*)\'(.+)\'(;\s*|\s*)\}/) && RegExp.$1;
console.log('settings', settings);
if (!settings) {

@@ -139,0 +140,0 @@ _this._noSettingsFindedInThisCss(link);

{
"name" : "gridle",
"description" : "Gridle grid system",
"version" : "1.3.36",
"main" : "sass/gridle/_gridle.scss",
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
},
"repository" : {
"type" : "git",
"url" : "git@github.com:olivierbossel/gridle.git"
},
"author" : "Olivier Bossel <olivier.bossel@gmail.com>",
"license" : "MIT",
"dependencies" : {},
"devDependencies" : {
"grunt" : ">=0.4.4",
"grunt-contrib-sass" : ">=0.7.3",
"grunt-contrib-coffee" : ">=0.9.0",
"grunt-contrib-compass" : ">=0.7.1",
"grunt-contrib-watch" : ">=0.5.3",
"grunt-notify" : ">=0.2.13"
}
"name": "gridle",
"description": "Gridle grid system",
"version": "1.3.38",
"main": "sass/gridle/_gridle.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:olivierbossel/gridle.git"
},
"author": "Olivier Bossel <olivier.bossel@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": ">=0.4.4",
"grunt-contrib-coffee": ">=0.9.0",
"grunt-contrib-compass": ">=0.7.1",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-sass": ">=0.7.3",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": ">=0.5.3",
"grunt-notify": ">=0.2.13"
}
}

@@ -1,2 +0,2 @@

# gridle (v1.3.36)
# gridle (v1.3.38)

@@ -3,0 +3,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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