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

node-result

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-result - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

4

lib/index.js

@@ -48,6 +48,6 @@ "use strict";

isOk() {
return this.error !== null;
return this.error === null;
}
isFail() {
return this.error === null;
return this.error !== null;
}

@@ -54,0 +54,0 @@ }

{
"name": "node-result",
"version": "5.1.0",
"version": "5.1.1",
"description": "result",

@@ -5,0 +5,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