🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jsheets

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

jsheets - npm Package Compare versions

Comparing version

to
0.0.2

2

lib/fileHandler.js

@@ -7,3 +7,3 @@ var _ = require('underscore')

read: function (filePath) {
if(!fs.existsSync(filePath)) return !console.log('No such file ' + filePath) && false
if(!fs.existsSync(filePath)) return !console.error('No such file ' + filePath) && false
return fs.readFileSync(filePath, {encoding: 'utf8'})

@@ -10,0 +10,0 @@ },

{
"name": "jsheets",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple CSS preprocessor that interprets JavaScript",

@@ -5,0 +5,0 @@ "author": {

jsheets(1)
======
A simple CSS preprocessor that interprets JavaScript
`v0.0.2` - A simple CSS preprocessor that interprets JavaScript

@@ -16,2 +16,9 @@ SYNOPSYS

INSTALL
------
```
npm install -g jsheets
```
SYNTAX

@@ -18,0 +25,0 @@ ------

@@ -40,3 +40,2 @@ var assert = require('assert')

assert.ok(helpers.extend.that('!', '') !== undefined)
console.log(context)
})

@@ -43,0 +42,0 @@ it('should add a function to onDone', function () {

Sorry, the diff of this file is not supported yet