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

qqjs

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qqjs - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

2

lib/fs.js

@@ -58,3 +58,3 @@ "use strict";

log_1.log('read', filepath);
return fs.readFile(filepath, options);
return fs.readFile(filepath, Object.assign({ encoding: 'utf8' }, options));
}

@@ -61,0 +61,0 @@ exports.read = read;

{
"name": "qqjs",
"description": "useful functions for writing node scripts",
"version": "0.3.9",
"version": "0.3.10",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/qqjs/issues",

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