New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apx

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apx - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

lib/Apx.js

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

that.tasks[task.name] = that.jobs.process(task.name,function(job,done){
that.runTask(task,new that.Request(job),done)
that.runTask(task,new that.Request(job.data),done)
})

@@ -198,0 +198,0 @@ next()

@@ -11,2 +11,3 @@ var ObjectManage = require('object-manage')

this.obj = new ObjectManage(data)
this.data = this.obj.data
}

@@ -21,2 +22,8 @@

/**
* Reference to managed data object
* @type {{}}
*/
Request.prototype.data = {}
/**
* Load extra data and merge it into the data object

@@ -23,0 +30,0 @@ * @param data

@@ -14,2 +14,3 @@ var ObjectManage = require('object-manage')

that.obj = new ObjectManage()
that.data = that.obj.data
that.body = ''

@@ -16,0 +17,0 @@ that.rendered = ''

{
"name": "apx",
"version": "0.3.3",
"version": "0.3.4",
"description": "A scalable, extensible, modular API Server",

@@ -46,3 +46,3 @@ "homepage": "https://github.com/snailjs/apx",

"redis": "~0.9.1",
"object-manage": "~0.3.0",
"object-manage": "~0.4.0",
"async": "~0.2.9"

@@ -49,0 +49,0 @@ },

@@ -257,2 +257,7 @@ # [SnailJS](//github.com/snailjs/).[APX](//github.com/snailjs/apx/)

### 0.3.4
* Updated to **object-manage** 0.4.0
* Restored `Request.data` and `Response.data` as references to the managed objects.
* Fixed issue with tasks being passed the entire `job` object instead of `job.data`
### 0.3.3

@@ -259,0 +264,0 @@ * Updated to **object-manage** 0.3.0

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