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

nodent-runtime

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodent-runtime - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

package.json
{
"name": "nodent-runtime",
"version": "3.2.0",
"version": "3.2.1",
"description": "Runtime component of nodent",

@@ -5,0 +5,0 @@ "main": "runtime.js",

@@ -76,2 +76,6 @@ "use strict";

function boundThen() {
return resolver.apply(self,arguments);
}
var resolver = this;

@@ -96,5 +100,3 @@ switch (catcher) {

}
function boundThen() {
return resolver.apply(self,arguments);
}
}) ;

@@ -101,0 +103,0 @@

@@ -30,2 +30,8 @@ module.exports = function() {

function _unchained(v){}
function thenChain(res,rej){
this.resolve = res;
this.reject = rej;
}
function Chained() {};

@@ -37,7 +43,2 @@ Chained.prototype = {

};
function _unchained(v){}
function thenChain(res,rej){
this.resolve = res;
this.reject = rej;
}

@@ -44,0 +45,0 @@ function then(res,rej){

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