Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jupiterone/graph-cisco-amp

Package Overview
Dependencies
Maintainers
10
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/graph-cisco-amp - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

18

dist/converter/relationships.js

@@ -14,10 +14,22 @@ "use strict";

sourceEntityKey: agent._key,
targetFilterKeys: [['_class', 'macAddress']],
targetFilterKeys: [['_type', 'macAddress']],
targetEntity: {
...agent,
_type: exports.DEVICE_ENTITY_TYPE,
_class: exports.DEVICE_ENTITY_CLASS,
_rawData: undefined,
name: agent.name,
displayName: agent.displayName,
hostname: agent.hostname,
macAddress: agent.macAddress,
osName: agent.osName,
osDetails: agent.osDetails,
osVersion: agent.osVersion,
platform: agent.platform,
publicIp: agent.publicIp,
publicIpAddress: agent.publicIpAddress,
privateIp: agent.privateIp,
privateIpAddress: agent.privateIpAddress,
active: agent.active,
lastSeenOn: agent.lastSeenOn,
},
},
});

2

package.json
{
"name": "@jupiterone/graph-cisco-amp",
"version": "0.3.0",
"version": "0.3.1",
"description": "A graph conversion tool for https://www.cisco.com/c/en/us/products/security/amp-for-endpoints/",

@@ -5,0 +5,0 @@ "license": "MPL-2.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