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
7
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.2.15 to 1.2.16

2

lib/write-third-party-notices.js

@@ -110,3 +110,3 @@ "use strict";

else {
nodeModulesPath = p.substring(0, p.indexOf(modulesRoot) + modulesRoot.length);
nodeModulesPath = p.substring(0, p.lastIndexOf(modulesRoot) + modulesRoot.length);
relativeSourcePath = p.substring(nodeModulesPath.length);

@@ -113,0 +113,0 @@ }

{
"name": "@rnx-kit/third-party-notices",
"version": "1.2.15",
"version": "1.2.16",
"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