Socket
Socket
Sign inDemoInstall

oust

Package Overview
Dependencies
29
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

6

cli.js

@@ -35,5 +35,5 @@ #!/usr/bin/env node

fs.readFile(file, (err, data) => {
if (err) {
console.error('Error opening file:', err.message);
fs.readFile(file, (error, data) => {
if (error) {
console.error('Error opening file:', error.message);
process.exit(1);

@@ -40,0 +40,0 @@ }

{
"name": "oust",
"version": "1.0.3",
"version": "1.0.4",
"author": "Addy Osmani <addyosmani@gmail.com> (https://addyosmani.com/)",

@@ -33,4 +33,4 @@ "license": "Apache-2.0",

"devDependencies": {
"mocha": "^7.1.1",
"xo": "^0.25.3"
"mocha": "^7.2.0",
"xo": "^0.25.4"
},

@@ -37,0 +37,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc