Socket
Socket
Sign inDemoInstall

@effect/data

Package Overview
Dependencies
0
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.4 to 0.17.5

2

internal/Context.js

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

const serviceNotFoundError = tag => {
const error = new Error(`Service not found${tag.i0 ? `: ${tag.i0}` : ""}`);
const error = new Error(`Service not found${tag.i0 ? `: ${String(tag.i0)}` : ""}`);
if (tag.stack) {

@@ -111,0 +111,0 @@ const lines = tag.stack.split("\n");

{
"name": "@effect/data",
"version": "0.17.4",
"version": "0.17.5",
"description": "Functional programming in TypeScript",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -105,3 +105,3 @@ import type * as C from "@effect/data/Context"

const serviceNotFoundError = (tag: TagImpl<any, any>) => {
const error = new Error(`Service not found${tag.i0 ? `: ${tag.i0}` : ""}`)
const error = new Error(`Service not found${tag.i0 ? `: ${String(tag.i0)}` : ""}`)
if (tag.stack) {

@@ -108,0 +108,0 @@ const lines = tag.stack.split("\n")

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc