Socket
Socket
Sign inDemoInstall

oust

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oust - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

cli.js

@@ -36,3 +36,3 @@ #!/usr/bin/env node

fs.promises.readFile(file)
fs.promises.readFile(file, 'utf8')
.then(data => console.log(oust(data, type).join('\n')))

@@ -39,0 +39,0 @@ .catch(error => {

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

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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