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

@rnx-kit/third-party-notices

Package Overview
Dependencies
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rnx-kit/third-party-notices - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

3

lib/write-third-party-notices.js

@@ -184,3 +184,4 @@ "use strict";

sources.forEach((source) => {
if (source.includes("node_modules/")) {
if (source.includes("node_modules")) {
source = normalizePath(source);
parseModule(options, moduleNameToPath, source);

@@ -187,0 +188,0 @@ }

{
"name": "@rnx-kit/third-party-notices",
"version": "1.3.0",
"version": "1.3.1",
"description": "Library and tool to build a third party notices file based on a js bundle's source map",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/third-party-notices#readme",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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