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.45 to 0.1.46

7

lib/ariestp.js

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

}).catch(function(err) {
err.codeStr = fnList[res.exePos].codeStr || '';
if(res.exePos && fnList[res.exePos] && fnList[res.exePos].codeStr){
err.codeStr = fnList[res.exePos].codeStr || '';
}else{
err.codeStr = '';
}
return tpromise.emitSuccess(err);

@@ -147,0 +152,0 @@ });

2

package.json
{
"name": "ariestp",
"description": "A Async Template for Node.js",
"version": "0.1.45",
"version": "0.1.46",
"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