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

reopen-tty

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reopen-tty - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

3

index.js

@@ -8,3 +8,2 @@ 'use strict';

const fs = process.binding('fs');
const constants = require('constants');

@@ -15,3 +14,3 @@ // Synchronous, but who cares?

try {
callback(null, fs.open(name, constants.O_RDWR | constants.O_EXCL, 0o666));
callback(null, fs.open(name, fs.constants.O_RDWR | fs.constants.O_EXCL, 0o666));
} catch (e) {

@@ -18,0 +17,0 @@ callback(e);

{
"name": "reopen-tty",
"version": "1.0.1",
"version": "1.1.0",
"description": "A small library to open /dev/tty in a cross-platform way",

@@ -9,2 +9,5 @@ "main": "index.js",

},
"engines": {
"node": ">= 8.0.0"
},
"repository": {

@@ -11,0 +14,0 @@ "type": "git",

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