New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.0.1 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

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