Socket
Socket
Sign inDemoInstall

@nxtedition/agent

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/agent - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

index.js

@@ -13,3 +13,3 @@ const objectHash = require('object-hash')

module.exports = {
spawn (query, prop) {
observe (query, prop) {
const ds = this

@@ -24,2 +24,10 @@ const hash = hashObject(query)

},
spawn (query, prop) {
const ds = this
const hash = hashObject(query)
ds.record.set(`${hash}:agent.query`, query)
return ds.record.observe(`${hash}:agent${prop ? `.${prop}` : ``}`)
},
provide (matcher) {

@@ -26,0 +34,0 @@ const ds = this

2

package.json
{
"name": "@nxtedition/agent",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Robert Nagy <robert.nagy@boffins.se>",

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