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.0.1 to 1.0.2

lib/extractors.d.ts

137

CHANGELOG.json

@@ -5,6 +5,141 @@ {

{
"date": "Sat, 05 Jun 2021 08:39:06 GMT",
"date": "Fri, 16 Jul 2021 21:45:30 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.2",
"version": "1.0.2",
"comments": {
"patch": [
{
"comment": "Address CVE-2020-7608",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "eb831d4e7e3b540e6e380a678dd0238304ce7e38",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Mon, 12 Jul 2021 09:53:10 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "Added `lint` script",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "d5c36bb21e3482c24ff8b029cb60802d04e6bb64",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Mon, 12 Jul 2021 07:51:46 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "fix TPN tests",
"author": "afoxman@microsoft.com",
"commit": "021cfdb3fe726b76a377b2a6cccbe16a6999bf7a",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Sat, 10 Jul 2021 07:28:45 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "Added `format` script",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "eaedb2cae443a479e131cfd71fab5c1039daca9d",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Sat, 10 Jul 2021 07:28:25 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "Added `format` script",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "12196abcec79794493615829c3783d35f5bfc364",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Fri, 09 Jul 2021 12:23:47 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "Add badges for build status and version",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "2dc9fe456410eed10abbfa464ae7aa7e5cef7aef",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Fri, 09 Jul 2021 12:23:07 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "Add badges for build status and version",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "f3ff6e5f5c20cf9e8c81ca25a4fae3f483925c59",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Wed, 23 Jun 2021 09:28:25 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "Added ESLint config",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "4701f7a40c050f8d376fbcfc84ce6e50f5fcf501",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Tue, 22 Jun 2021 15:04:23 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"none": [
{
"comment": "Looser dependency on chalk and yargs",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "fe36a9a52319cfac244fbbeb8c47a210af067366",
"package": "@rnx-kit/third-party-notices"
}
]
}
},
{
"date": "Sat, 05 Jun 2021 08:39:15 GMT",
"tag": "@rnx-kit/third-party-notices_v1.0.1",
"version": "1.0.1",
"comments": {
"patch": [

@@ -11,0 +146,0 @@ {

# Change Log - @rnx-kit/third-party-notices
This log was last generated on Sat, 05 Jun 2021 08:39:06 GMT and should not be manually modified.
This log was last generated on Fri, 16 Jul 2021 21:45:30 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.2
Fri, 16 Jul 2021 21:45:30 GMT
### Patches
- Address CVE-2020-7608 (4123478+tido64@users.noreply.github.com)
## 1.0.1
Sat, 05 Jun 2021 08:39:06 GMT
Sat, 05 Jun 2021 08:39:15 GMT

@@ -11,0 +19,0 @@ ### Patches

2

lib/write-third-party-notices.js

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

return __awaiter(this, void 0, void 0, function* () {
const licenseExtractors = require("browserify-licenses/app/extractors");
const licenseExtractors = require("./extractors");
const moduleNamePathPairs = [];

@@ -137,0 +137,0 @@ moduleNameToPathMap.forEach((modulePath, moduleName) => {

{
"name": "@rnx-kit/third-party-notices",
"version": "1.0.1",
"version": "1.0.2",
"description": "Library and tool to build a third party notices file based on a js bundle's source map",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/third-party-notices#rnx-kitthird-party-notices",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/third-party-notices#readme",
"license": "MIT",

@@ -22,9 +22,10 @@ "files": [

"build": "rnx-kit-scripts build",
"format": "prettier --write src/*.ts test/*.ts",
"format": "rnx-kit-scripts format",
"lint": "rnx-kit-scripts lint",
"test": "rnx-kit-scripts test"
},
"dependencies": {
"browserify-licenses": "^1.4.7-1",
"chalk": "^4.1.1",
"yargs": "^16.2.0"
"chalk": "^4.1.0",
"spdx-expression-parse": "^3.0.1",
"yargs": "^16.0.0"
},

@@ -39,2 +40,5 @@ "devDependencies": {

},
"eslintConfig": {
"extends": "@rnx-kit/eslint-config"
},
"jest": {

@@ -41,0 +45,0 @@ "roots": [

# @rnx-kit/third-party-notices
[![Build](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml)
[![npm version](https://img.shields.io/npm/v/@rnx-kit/third-party-notices)](https://www.npmjs.com/package/@rnx-kit/third-party-notices)
`@rnx-kit/third-party-notices` provides a helper library to create a

@@ -4,0 +7,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

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