Socket
Socket
Sign inDemoInstall

@contrast/agent

Package Overview
Dependencies
Maintainers
8
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/agent - npm Package Compare versions

Comparing version 2.14.6-beta.0 to 2.14.6-beta.1

lib.asar

14

agent-loader.js
#!/usr/bin/env node
/**
Copyright: 2020 Contrast Security, Inc
Contact: support@contrastsecurity.com
License: Commercial
NOTICE: This Software and the patented inventions embodied within may only be
used as part of Contrast Security’s commercial offerings. Even though it is
made available through public repositories, use of this Software is subject to
the applicable End User Licensing Agreement found at
https://www.contrastsecurity.com/enduser-terms-0317a or as otherwise agreed
between Contrast Security and the End User. The Software may not be reverse
engineered, modified, repackaged, sold, redistributed or otherwise used in a
way not consistent with the End User License Agreement.
*/
const path = require('path');

@@ -3,0 +17,0 @@ const fs = require('fs');

#!/usr/bin/env node
/**
Copyright: 2020 Contrast Security, Inc
Contact: support@contrastsecurity.com
License: Commercial
NOTICE: This Software and the patented inventions embodied within may only be
used as part of Contrast Security’s commercial offerings. Even though it is
made available through public repositories, use of this Software is subject to
the applicable End User Licensing Agreement found at
https://www.contrastsecurity.com/enduser-terms-0317a or as otherwise agreed
between Contrast Security and the End User. The Software may not be reverse
engineered, modified, repackaged, sold, redistributed or otherwise used in a
way not consistent with the End User License Agreement.
*/
const Module = require('module');

@@ -3,0 +17,0 @@ // only requiring so we can inject mock for testing

#!/usr/bin/env node
/**
Copyright: 2020 Contrast Security, Inc
Contact: support@contrastsecurity.com
License: Commercial
NOTICE: This Software and the patented inventions embodied within may only be
used as part of Contrast Security’s commercial offerings. Even though it is
made available through public repositories, use of this Software is subject to
the applicable End User Licensing Agreement found at
https://www.contrastsecurity.com/enduser-terms-0317a or as otherwise agreed
between Contrast Security and the End User. The Software may not be reverse
engineered, modified, repackaged, sold, redistributed or otherwise used in a
way not consistent with the End User License Agreement.
*/
const loader = require('./agent-loader');

@@ -3,0 +17,0 @@ const isCli = true;

@@ -0,1 +1,15 @@

/**
Copyright: 2020 Contrast Security, Inc
Contact: support@contrastsecurity.com
License: Commercial
NOTICE: This Software and the patented inventions embodied within may only be
used as part of Contrast Security’s commercial offerings. Even though it is
made available through public repositories, use of this Software is subject to
the applicable End User Licensing Agreement found at
https://www.contrastsecurity.com/enduser-terms-0317a or as otherwise agreed
between Contrast Security and the End User. The Software may not be reverse
engineered, modified, repackaged, sold, redistributed or otherwise used in a
way not consistent with the End User License Agreement.
*/
/* global getOrCreateArchive, invalidArchiveError, notFoundError */

@@ -2,0 +16,0 @@ (function() {

2

package.json
{
"name": "@contrast/agent",
"version": "2.14.6-beta.0",
"version": "2.14.6-beta.1",
"description": "Node.js security instrumentation by Contrast Security",

@@ -5,0 +5,0 @@ "keywords": [

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