Comparing version 1.0.0 to 1.0.1
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 |
@@ -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": "*", |
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 2 instances in 1 package
2
0
13841
10
310
- Removedinherit@nathan7/inherit
- Removednext-tick@timoxley/next-tick