Socket
Socket
Sign inDemoInstall

@contrast/library-analysis

Package Overview
Dependencies
Maintainers
9
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/library-analysis - npm Package Compare versions

Comparing version 1.18.0 to 1.19.0

5

lib/install/library-usage/index.js

@@ -72,6 +72,3 @@ /*

libraryUsage.codeEventListener = function (codeEvent) {
if (
!codeEvent.script?.includes(`node_modules${path.sep}`) ||
!codeEvent.func
) return;
if (!codeEvent.script?.includes('node_modules') || !codeEvent.func) return;

@@ -78,0 +75,0 @@ try {

4

package.json
{
"name": "@contrast/library-analysis",
"version": "1.18.0",
"version": "1.19.0",
"description": "Handles library reporting and library usage analysis",

@@ -21,3 +21,3 @@ "license": "SEE LICENSE IN LICENSE",

"@contrast/code-events": "^2.0.1",
"@contrast/common": "1.19.0",
"@contrast/common": "1.20.0",
"@contrast/find-package-json": "^1.1.0",

@@ -24,0 +24,0 @@ "semver": "^7.3.8"

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