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.26 to 0.1.27

2

lib/aries.js

@@ -457,3 +457,3 @@ var fs = require('fs');

Object.keys(obj.query).forEach(function(key){
tmpStr += util.format(' ctx.%s = "%s"; ', key, obj.query[key]);
tmpStr += util.format(' ctx["%s"] = "%s"; ', key, obj.query[key] || '');
})

@@ -460,0 +460,0 @@ tmpStr += '%>';

{
"name": "ariestp",
"description": "A Async Template for Node.js",
"version": "0.1.26",
"version": "0.1.27",
"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