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

ariestp

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ariestp - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

7

lib/ariestp.js

@@ -297,3 +297,8 @@ var path = require('path'),

}else{
this.fnList[this.exePos](this.ctx, this);
try{
this.fnList[this.exePos](this.ctx, this);
}catch(err){
self.emit("error", err);
return
}
this.exePos++;

@@ -300,0 +305,0 @@ process.nextTick(function () {

2

package.json
{
"name": "ariestp",
"description": "A Async Template for Node.js",
"version": "0.1.25",
"version": "0.1.26",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": {

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