Socket
Socket
Sign inDemoInstall

varlessify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

varlessify - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

1

index.js

@@ -62,2 +62,3 @@ var fs = require('fs');

stream.push(null);
sm.emit('file', lessFile)
});

@@ -64,0 +65,0 @@

2

package.json
{
"name": "varlessify",
"version": "0.0.2",
"version": "0.1.0",
"description": "Browserify transform to require LESS variable values into your JS",

@@ -5,0 +5,0 @@ "main": "index.js",

# varlessify
require() LESS variables into your JS
require() LESS variables into your JS using Browserify

@@ -5,0 +5,0 @@ [![NPM version](https://badge.fury.io/js/varlessify.png)](http://badge.fury.io/js/varlessify)

{
"expected": [ "3", "6", "#ffffff" ]
}

@@ -0,0 +0,0 @@ var varless = require('varless');

{
"expected": [ "3", "6", "#ffffff" ]
}

@@ -0,0 +0,0 @@ var varless = require('varless');

{
"expected": [ "3", "6", "#ffffff" ]
}

@@ -0,0 +0,0 @@ var varless = require('varless');

{
"expected": [ "3", "6", "#ffffff" ]
}

@@ -0,0 +0,0 @@ var varless = require('varless');

@@ -0,0 +0,0 @@ var assert = require('chai').assert;

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

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