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 1.0.0 to 1.0.1

5

defer.js
var ResultType = require('result-type')
var inherit = require('inherit')
var Result = require('./index')

@@ -20,6 +19,4 @@ var listen = Result.prototype.listen

inherit(Deferred, Result)
Deferred.prototype = new Result
Deferred.prototype.called = false
/**

@@ -26,0 +23,0 @@ * add a trigger aspect to listen. This aspect ensures

3

index.js

@@ -5,3 +5,2 @@

var listen = ResultCore.prototype.listen
var inherit = require('inherit')

@@ -36,3 +35,3 @@ /**

inherit(Result, ResultCore)
Result.prototype = new ResultCore

@@ -39,0 +38,0 @@ /**

{
"name": "result",
"version": "1.0.0",
"version": "1.0.1",
"description": "reify your results",
"dependencies": {
"next-tick": "timoxley/next-tick",
"inherit": "nathan7/inherit",
"result-type": "1.0.0",

@@ -12,2 +10,3 @@ "result-core": "1.2.0"

"devDependencies": {
"inherit": "nathan7/inherit",
"serve": "jkroso/serve",

@@ -14,0 +13,0 @@ "chai-spies": "*",

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