@rnx-kit/third-party-notices
Advanced tools
Comparing version 1.2.15 to 1.2.16
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47354