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.2 to 1.3.3

2

lib/index.d.ts

@@ -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

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