@rnx-kit/third-party-notices
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -0,3 +1,3 @@ | ||
import type { MetroPlugin } from "@rnx-kit/metro-serializer"; | ||
import type { WriteThirdPartyNoticesOptions } from "./types"; | ||
import type { MetroPlugin } from "@rnx-kit/metro-serializer"; | ||
export { writeThirdPartyNotices } from "./write-third-party-notices"; | ||
@@ -4,0 +4,0 @@ export declare function ThirdPartyNotices(inputOptions: Partial<WriteThirdPartyNoticesOptions>): MetroPlugin; |
{ | ||
"name": "@rnx-kit/third-party-notices", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Library and tool to build a third party notices file based on a js bundle's source map", | ||
@@ -29,3 +29,3 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/third-party-notices#readme", | ||
"@rnx-kit/console": "^1.0.11", | ||
"@rnx-kit/tools-node": "^1.2.7", | ||
"@rnx-kit/tools-node": "^2.0.0", | ||
"spdx-expression-parse": "^3.0.1", | ||
@@ -38,10 +38,12 @@ "yargs": "^16.0.0" | ||
"@rnx-kit/scripts": "*", | ||
"@types/jest": "^27.0.0", | ||
"@types/metro": "^0.66.0", | ||
"@types/metro-source-map": "^0.66.0", | ||
"@types/yargs": "^16.0.0" | ||
"@types/jest": "^29.0.0", | ||
"@types/metro-source-map": "^0.76.0", | ||
"@types/yargs": "^16.0.0", | ||
"eslint": "^8.0.0", | ||
"jest": "^29.0.0", | ||
"prettier": "^2.8.0", | ||
"typescript": "^5.0.0" | ||
}, | ||
"depcheck": { | ||
"ignoreMatches": [ | ||
"metro", | ||
"metro-source-map" | ||
@@ -48,0 +50,0 @@ ] |
@@ -1,3 +0,1 @@ | ||
<!--remove-block start--> | ||
# @rnx-kit/third-party-notices | ||
@@ -8,4 +6,2 @@ | ||
<!--remove-block end--> | ||
`@rnx-kit/third-party-notices` provides a helper library to create a | ||
@@ -12,0 +8,0 @@ third-party-notices text file based on a output bundle. It also provides a cli |
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
50180
10
79
+ Added@rnx-kit/tools-node@2.1.2(transitive)
- Removed@rnx-kit/tools-language@1.4.2(transitive)
- Removed@rnx-kit/tools-node@1.3.1(transitive)
- Removedfind-up@3.0.05.0.0(transitive)
- Removedlocate-path@3.0.06.0.0(transitive)
- Removedp-limit@2.3.03.1.0(transitive)
- Removedp-locate@3.0.05.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@3.0.04.0.0(transitive)
- Removedpkg-dir@5.0.0(transitive)
- Removedpkg-up@3.1.0(transitive)
- Removedyocto-queue@0.1.0(transitive)
Updated@rnx-kit/tools-node@^2.0.0