You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@contrast/instrumentation

Package Overview
Dependencies
Maintainers
11
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.2.0

LICENSE

2

lib/http.js
/*
* Copyright: 2022 Contrast Security, Inc
* Copyright: 2023 Contrast Security, Inc
* Contact: support@contrastsecurity.com

@@ -4,0 +4,0 @@ * License: Commercial

/*
* Copyright: 2022 Contrast Security, Inc
* Copyright: 2023 Contrast Security, Inc
* Contact: support@contrastsecurity.com

@@ -4,0 +4,0 @@ * License: Commercial

/*
* Copyright: 2022 Contrast Security, Inc
* Copyright: 2023 Contrast Security, Inc
* Contact: support@contrastsecurity.com

@@ -4,0 +4,0 @@ * License: Commercial

/*
* Copyright: 2022 Contrast Security, Inc
* Copyright: 2023 Contrast Security, Inc
* Contact: support@contrastsecurity.com

@@ -4,0 +4,0 @@ * License: Commercial

/*
* Copyright: 2022 Contrast Security, Inc
* Copyright: 2023 Contrast Security, Inc
* Contact: support@contrastsecurity.com

@@ -17,6 +17,8 @@ * License: Commercial

const { split } = require('@contrast/common');
function get(obj, name) {
if (!name) return obj;
let nest = obj;
name.split('.').forEach((prop) => {
split(name, '.').forEach((prop) => {
nest = nest[prop];

@@ -23,0 +25,0 @@ });

{
"name": "@contrast/instrumentation",
"version": "1.1.2",
"version": "1.2.0",
"description": "Shared hooks and patches between Protect and Assess components",

@@ -19,2 +19,2 @@ "license": "SEE LICENSE IN LICENSE",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc