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

gulp-less-precompiler

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-less-precompiler - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-10-g4b81ced

33

package.json
{
"name": "gulp-less-precompiler",
"version": "1.2.0",
"description": "A gulp plugin that replaces imports with the imported file content.",
"author": "Peter Cummuskey <peterc@aetheric.co.nz>",
"license": "MIT",
"repository": "aetheric/gulp-less-precompiler",
"bugs": "https://github.com/aetheric/gulp-less-precompiler/issues",
"homepage": "https://github.com/aetheric/gulp-less-precompiler",
"keywords": [
"gulp",
"lesscss",
"precompiler",
"plugin"
],
"main": "index.js",

@@ -9,18 +19,11 @@ "scripts": {

},
"repository": "aetheric/gulp-less-precompiler",
"keywords": [
"gulpplugin"
],
"author": "Peter Cummuskey <peterc@aetheric.co.nz>",
"license": "MIT",
"bugs": "https://github.com/aetheric/gulp-less-precompiler/issues",
"homepage": "https://github.com/aetheric/gulp-less-precompiler#readme",
"engines": {
"node": ">=0.1.98"
},
"dependencies": {
"promise": "^7.1.1",
"stringbuilder": "0.0.11",
"vinyl-map2": "^1.2.1"
"vinyl-map2": "^1.2.1",
"gulp-util": "^3.0.7"
},
"peerDependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {

@@ -31,5 +34,5 @@ "assert": "^1.3.0",

"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.7",
"vinyl-fs": "^2.3.1"
}
},
"version": "1.2.1-10-g4b81ced"
}

@@ -45,3 +45,3 @@ /* global require, process, Buffer */

var matches = /^@import [\'"](.+?)[\'"];/.exec(line);
var matches = /^@import (?:\(inline\) )?[\'"](.+?)[\'"];/.exec(line);
if (!matches) {

@@ -48,0 +48,0 @@

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