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

result

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

result - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

6

defer.js

@@ -41,3 +41,4 @@

try {
var self = this
var self = this
var val
if (this.ƒ.length) {

@@ -47,4 +48,3 @@ this.ƒ(

function(err){ self.error(err) })
} else {
var val = this.ƒ()
} else if ((val = this.ƒ()) !== undefined) {
if (val instanceof ResultType) {

@@ -51,0 +51,0 @@ val.read(

{
"name": "result",
"version": "0.3.2",
"version": "0.3.3",
"description": "reify your results",

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

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