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

fp-ts-node

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-ts-node - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

2

dist/cjs/fs/_internal.d.ts

@@ -30,3 +30,3 @@ /// <reference types="node" />

flag?: string;
encoding: BufferEncoding;
encoding?: BufferEncoding;
}): ReaderTaskNodeEither<PathLikeOrFD, string>;

@@ -17,2 +17,3 @@ /// <reference types="node" />

flag?: string;
encoding?: never;
}): ReaderTaskNodeEither<FileDescriptor, Buffer>;

@@ -19,0 +20,0 @@ export declare function readFile(options?: {

@@ -21,3 +21,3 @@ /// <reference types="node" />

flag?: string;
encoding: BufferEncoding;
encoding?: BufferEncoding;
}): ReaderTaskNodeEither<fs.PathLike, string>;

@@ -24,0 +24,0 @@ /**

@@ -30,3 +30,3 @@ /// <reference types="node" />

flag?: string;
encoding: BufferEncoding;
encoding?: BufferEncoding;
}): ReaderTaskNodeEither<PathLikeOrFD, string>;

@@ -17,2 +17,3 @@ /// <reference types="node" />

flag?: string;
encoding?: never;
}): ReaderTaskNodeEither<FileDescriptor, Buffer>;

@@ -19,0 +20,0 @@ export declare function readFile(options?: {

@@ -21,3 +21,3 @@ /// <reference types="node" />

flag?: string;
encoding: BufferEncoding;
encoding?: BufferEncoding;
}): ReaderTaskNodeEither<fs.PathLike, string>;

@@ -24,0 +24,0 @@ /**

{
"name": "fp-ts-node",
"version": "5.3.0",
"version": "5.3.1",
"files": [

@@ -5,0 +5,0 @@ "dist",

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