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 4.2.0 to 4.2.1

5

dist/cjs/fs.d.ts

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

*/
appendFile,
access, } from "./fs/path";
export {
/**

@@ -25,3 +26,3 @@ * @category Constructors

*/
access, } from "./fs/path";
appendFile, } from "./fs/_internal";
/**

@@ -28,0 +29,0 @@ * Asynchronous chmod(2) - Change permissions of a file.

7

dist/cjs/fs.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.readFile = exports.close = exports.chown = exports.chmod = exports.access = exports.appendFile = exports.mkdir = exports.copyFile = void 0;
exports.readFile = exports.close = exports.chown = exports.chmod = exports.appendFile = exports.access = exports.mkdir = exports.copyFile = void 0;
/**

@@ -44,3 +44,4 @@ * @since 2.0.0

*/
Object.defineProperty(exports, "appendFile", { enumerable: true, get: function () { return path_1.appendFile; } });
Object.defineProperty(exports, "access", { enumerable: true, get: function () { return path_1.access; } });
var _internal_1 = require("./fs/_internal");
/**

@@ -50,3 +51,3 @@ * @category Constructors

*/
Object.defineProperty(exports, "access", { enumerable: true, get: function () { return path_1.access; } });
Object.defineProperty(exports, "appendFile", { enumerable: true, get: function () { return _internal_1.appendFile; } });
/**

@@ -53,0 +54,0 @@ * Asynchronous chmod(2) - Change permissions of a file.

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

*/
appendFile,
access, } from "./fs/path";
export {
/**

@@ -25,3 +26,3 @@ * @category Constructors

*/
access, } from "./fs/path";
appendFile, } from "./fs/_internal";
/**

@@ -28,0 +29,0 @@ * Asynchronous chmod(2) - Change permissions of a file.

@@ -21,3 +21,4 @@ /**

*/
appendFile,
access, } from "./fs/path";
export {
/**

@@ -27,3 +28,3 @@ * @category Constructors

*/
access, } from "./fs/path";
appendFile, } from "./fs/_internal";
/**

@@ -30,0 +31,0 @@ * Asynchronous chmod(2) - Change permissions of a file.

{
"name": "fp-ts-node",
"version": "4.2.0",
"version": "4.2.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