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

eyeglass-file-text

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eyeglass-file-text - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

5

eyeglass-exports.js

@@ -14,3 +14,6 @@ 'use strict';

fs.readFile(path.getValue(), encoding.getValue(), function (err, data) {
if (err) throw new Error("File read error: \'" + err.toString() + "\'.");
if (err) {
done(sass.types.Error("File read error: \'" + err.toString() + "\'."));
return;
}

@@ -17,0 +20,0 @@ var dataEol = data;

2

package.json
{
"name": "eyeglass-file-text",
"description": "Sass eyeglass module for getting the contents of text or binary files as (encoded) string.",
"version": "0.0.9",
"version": "0.1.0",
"author": {

@@ -6,0 +6,0 @@ "name": "strarsis",

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