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 4.0.0 to 4.0.1

5

index.js

@@ -27,4 +27,7 @@ const objectHash = require('object-hash')

function spawn (query, prop, state = ds.record.PROVIDER) {
function spawn (query, prop, state) {
const ds = this
if (state == null) {
state = ds.record.PROVIDER
}
return ds.record.observe(get.call(ds, query, prop), state)

@@ -31,0 +34,0 @@ }

2

package.json
{
"name": "@nxtedition/agent",
"version": "4.0.0",
"version": "4.0.1",
"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