New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neverthrow

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neverthrow - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

2

dist/chain.js

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

exports.__esModule = true;
var log_1 = require("_internals/log");
var log_1 = require("./_internals/log");
var toPromise = function (val) {

@@ -42,0 +42,0 @@ return val instanceof Promise ? val : Promise.resolve(val);

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

var _1 = require("./");
var log_1 = require("_internals/log");
var log_1 = require("./_internals/log");
var ResultAsync = /** @class */ (function () {

@@ -43,0 +43,0 @@ function ResultAsync(res) {

{
"name": "neverthrow",
"version": "2.3.3",
"version": "2.3.4",
"description": "Stop throwing errors, and instead return Results!",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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