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

@effect/platform-node

Package Overview
Dependencies
Maintainers
3
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/platform-node - npm Package Compare versions

Comparing version 0.19.8 to 0.19.9

dist/Error-1e8c05fb.esm.js

13

dist/declarations/src/Error.d.ts

@@ -12,7 +12,2 @@ /**

* @since 1.0.0
* @category error
*/
PlatformError,
/**
* @since 1.0.0
* @category type id

@@ -25,3 +20,4 @@ */

*/
SystemError,
SystemError } from "@effect/platform/Error";
export type {
/**

@@ -31,3 +27,8 @@ * @since 1.0.0

*/
PlatformError,
/**
* @since 1.0.0
* @category model
*/
SystemErrorReason } from "@effect/platform/Error";
//# sourceMappingURL=Error.d.ts.map

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

var Effectify_dist_effectPlatformNodeEffectify = require('./Effectify-c94620ca.cjs.dev.js');
var Error_dist_effectPlatformNodeError = require('./Error-6db0ba89.cjs.dev.js');
var Error_dist_effectPlatformNodeError = require('./Error-243639ac.cjs.dev.js');
var FileSystem_dist_effectPlatformNodeFileSystem = require('./FileSystem-d7b8eeac.cjs.dev.js');

@@ -11,0 +11,0 @@ var HttpClient_dist_effectPlatformNodeHttpClient = require('./HttpClient-19998c5e.cjs.dev.js');

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

var Effectify_dist_effectPlatformNodeEffectify = require('./Effectify-1676f59e.cjs.prod.js');
var Error_dist_effectPlatformNodeError = require('./Error-004c8162.cjs.prod.js');
var Error_dist_effectPlatformNodeError = require('./Error-eaa907c8.cjs.prod.js');
var FileSystem_dist_effectPlatformNodeFileSystem = require('./FileSystem-a207377d.cjs.prod.js');

@@ -11,0 +11,0 @@ var HttpClient_dist_effectPlatformNodeHttpClient = require('./HttpClient-1ad217ea.cjs.prod.js');

export { C as Command } from './Command-56d67f13.esm.js';
export { C as CommandExecutor } from './CommandExecutor-cfc0af4b.esm.js';
export { E as Effectify } from './Effectify-24bba5b0.esm.js';
export { E as Error } from './Error-6b032e84.esm.js';
export { E as Error } from './Error-1e8c05fb.esm.js';
export { F as FileSystem } from './FileSystem-d4a3521c.esm.js';

@@ -6,0 +6,0 @@ export { H as HttpClient } from './HttpClient-11e2237f.esm.js';

@@ -13,6 +13,2 @@ 'use strict';

});
Object.defineProperty(exports, 'PlatformError', {
enumerable: true,
get: function () { return Error.PlatformError; }
});
Object.defineProperty(exports, 'PlatformErrorTypeId', {

@@ -26,5 +22,1 @@ enumerable: true,

});
Object.defineProperty(exports, 'SystemErrorReason', {
enumerable: true,
get: function () { return Error.SystemErrorReason; }
});

@@ -13,6 +13,2 @@ 'use strict';

});
Object.defineProperty(exports, 'PlatformError', {
enumerable: true,
get: function () { return Error.PlatformError; }
});
Object.defineProperty(exports, 'PlatformErrorTypeId', {

@@ -26,5 +22,1 @@ enumerable: true,

});
Object.defineProperty(exports, 'SystemErrorReason', {
enumerable: true,
get: function () { return Error.SystemErrorReason; }
});

@@ -1,1 +0,1 @@

export { BadArgument, PlatformError, PlatformErrorTypeId, SystemError, SystemErrorReason } from '@effect/platform/Error';
export { BadArgument, PlatformErrorTypeId, SystemError } from '@effect/platform/Error';
{
"name": "@effect/platform-node",
"version": "0.19.8",
"version": "0.19.9",
"description": "Unified interfaces for common platform-specific services",

@@ -36,6 +36,6 @@ "main": "dist/effect-platform-node.cjs.js",

"@types/mime": "^3.0.2",
"effect": "2.0.0-next.42"
"effect": "2.0.0-next.44"
},
"peerDependencies": {
"effect": "^2.0.0-next.42"
"effect": "^2.0.0-next.44"
},

@@ -42,0 +42,0 @@ "dependencies": {

@@ -13,7 +13,2 @@ /**

* @since 1.0.0
* @category error
*/
PlatformError,
/**
* @since 1.0.0
* @category type id

@@ -26,3 +21,6 @@ */

*/
SystemError,
SystemError
} from "@effect/platform/Error"
export type {
/**

@@ -32,3 +30,8 @@ * @since 1.0.0

*/
PlatformError,
/**
* @since 1.0.0
* @category model
*/
SystemErrorReason
} from "@effect/platform/Error"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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