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

gulp-css-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-css-wrapper - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -29,4 +29,4 @@ const through = require("through2");

var str = file.contents.toString();
less.render(str, opts).then(function (res) {
var str = 'div[' + key + '="' + val + '"]{' + res.css + '}';
less.render(str, opts).then(function(res) {
var str = "div[" + key + "='" + val + "']{" + res.css + "}";
file.contents = new Buffer(str);

@@ -33,0 +33,0 @@ return file;

{
"name": "gulp-css-wrapper",
"version": "1.0.1",
"description": "add wrap to css",
"version": "1.0.2",
"description": "",
"main": "index.js",

@@ -9,14 +9,16 @@ "scripts": {

},
"devDependencies": {
"through2": "^2.0.0",
"less": "2.6.x || ^3.7.1"
"repository": {
"type": "git",
"url": "git+https://github.com/lhyhappy365/gulp-css-wrapper.git"
},
"keywords": [
"gulp",
"less",
"css",
"wrap"
],
"author": "lhyhappy365",
"license": "ISC"
"license": "ISC",
"dependencies": {
"less": "2.6.x || ^3.7.1",
"through2": "^2.0.0"
},
"bugs": {
"url": "https://github.com/lhyhappy365/gulp-css-wrapper/issues"
},
"homepage": "https://github.com/lhyhappy365/gulp-css-wrapper#readme"
}
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