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.7.0 to 2.7.1

2

dist/index.cjs.js

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

'`fromPromise` called without a promise rejection handler',
'Ensure that you are catching promise rejections yourself, or pass a second argument to `fromPromsie` to convert a caught exception into an `Err` instance',
'Ensure that you are catching promise rejections yourself, or pass a second argument to `fromPromise` to convert a caught exception into an `Err` instance',
].join(' - ');

@@ -177,0 +177,0 @@ logWarning(warning);

@@ -170,3 +170,3 @@ // eslint-disable-next-line @typescript-eslint/no-use-before-define

'`fromPromise` called without a promise rejection handler',
'Ensure that you are catching promise rejections yourself, or pass a second argument to `fromPromsie` to convert a caught exception into an `Err` instance',
'Ensure that you are catching promise rejections yourself, or pass a second argument to `fromPromise` to convert a caught exception into an `Err` instance',
].join(' - ');

@@ -173,0 +173,0 @@ logWarning(warning);

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

@@ -27,20 +27,20 @@ "main": "dist/index.cjs.js",

"devDependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@babel/preset-typescript": "7.10.1",
"@types/jest": "25.2.3",
"@types/node": "14.0.14",
"@typescript-eslint/eslint-plugin": "3.1.0",
"@typescript-eslint/parser": "3.1.0",
"babel-jest": "26.0.1",
"eslint": "7.3.1",
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@types/jest": "26.0.7",
"@types/node": "14.0.23",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"babel-jest": "26.1.0",
"eslint": "7.4.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"jest": "26.0.1",
"eslint-plugin-prettier": "3.1.4",
"jest": "26.1.0",
"prettier": "2.0.5",
"rollup": "2.17.0",
"rollup-plugin-dts": "1.4.7",
"rollup": "2.22.2",
"rollup-plugin-dts": "1.4.8",
"rollup-plugin-typescript2": "0.27.1",
"ts-jest": "26.1.0",
"typescript": "3.9.5"
"ts-jest": "26.1.3",
"typescript": "3.9.7"
},

@@ -47,0 +47,0 @@ "keywords": [

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