Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rnx-kit/dep-check

Package Overview
Dependencies
Maintainers
7
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rnx-kit/dep-check - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

92

CHANGELOG.json

@@ -5,6 +5,96 @@ {

{
"date": "Tue, 22 Jun 2021 15:03:55 GMT",
"date": "Wed, 23 Jun 2021 17:53:48 GMT",
"tag": "@rnx-kit/dep-check_v1.5.7",
"version": "1.5.7",
"comments": {
"patch": [
{
"comment": "Use common console logger",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "48a9a57e0163eb1edef65240d1f0eb95f78f0850",
"package": "@rnx-kit/dep-check"
}
]
}
},
{
"date": "Wed, 23 Jun 2021 17:39:16 GMT",
"tag": "@rnx-kit/dep-check_v1.5.6",
"version": "1.5.6",
"comments": {
"none": [
{
"comment": "Bump @rnx-kit/dep-check to v1.5.6",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "41bc87cda7c7c74084abf9f3f8039b0b670ab6ba",
"package": "@rnx-kit/dep-check"
}
]
}
},
{
"date": "Wed, 23 Jun 2021 17:38:46 GMT",
"tag": "@rnx-kit/dep-check_v1.5.6",
"version": "1.5.6",
"comments": {
"none": [
{
"comment": "Bump @rnx-kit/dep-check to v1.5.6",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "c630c871d6747cb6631070f6f8ccba8d8933b353",
"package": "@rnx-kit/dep-check"
}
]
}
},
{
"date": "Wed, 23 Jun 2021 09:28:25 GMT",
"tag": "@rnx-kit/dep-check_v1.5.6",
"version": "1.5.6",
"comments": {
"none": [
{
"comment": "Bump @rnx-kit/dep-check to v1.5.6",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "4701f7a40c050f8d376fbcfc84ce6e50f5fcf501",
"package": "@rnx-kit/dep-check"
}
]
}
},
{
"date": "Wed, 23 Jun 2021 07:30:22 GMT",
"tag": "@rnx-kit/dep-check_v1.5.6",
"version": "1.5.6",
"comments": {
"none": [
{
"comment": "Update readme",
"author": "afoxman@microsoft.com",
"commit": "167081c3c6c2ef84c461b420a9875184358a8ded",
"package": "@rnx-kit/dep-check"
}
]
}
},
{
"date": "Wed, 23 Jun 2021 06:06:43 GMT",
"tag": "@rnx-kit/dep-check_v1.5.6",
"version": "1.5.6",
"comments": {
"none": [
{
"comment": "Updated dependencies table",
"author": "4123478+tido64@users.noreply.github.com",
"commit": "45de83b3208bc137ae6eeb7451bcfde5a0b3779a",
"package": "@rnx-kit/dep-check"
}
]
}
},
{
"date": "Tue, 22 Jun 2021 15:04:23 GMT",
"tag": "@rnx-kit/dep-check_v1.5.6",
"version": "1.5.6",
"comments": {
"patch": [

@@ -11,0 +101,0 @@ {

# Change Log - @rnx-kit/dep-check
This log was last generated on Tue, 22 Jun 2021 15:03:55 GMT and should not be manually modified.
This log was last generated on Wed, 23 Jun 2021 17:53:48 GMT and should not be manually modified.
<!-- Start content -->
## 1.5.7
Wed, 23 Jun 2021 17:53:48 GMT
### Patches
- Use common console logger (4123478+tido64@users.noreply.github.com)
## 1.5.6
Tue, 22 Jun 2021 15:03:55 GMT
Tue, 22 Jun 2021 15:04:23 GMT

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

2

lib/check.js

@@ -8,2 +8,3 @@ "use strict";

const config_1 = require("@rnx-kit/config");
const console_1 = require("@rnx-kit/console");
const chalk_1 = __importDefault(require("chalk"));

@@ -13,3 +14,2 @@ const fs_1 = __importDefault(require("fs"));

const path_1 = __importDefault(require("path"));
const console_1 = require("./console");
const dependencies_1 = require("./dependencies");

@@ -16,0 +16,0 @@ const findBadPackages_1 = require("./findBadPackages");

@@ -38,2 +38,3 @@ #!/usr/bin/env node

exports.cli = void 0;
const console_1 = require("@rnx-kit/console");
const path = __importStar(require("path"));

@@ -44,3 +45,2 @@ const pkg_dir_1 = __importDefault(require("pkg-dir"));

const check_1 = require("./check");
const console_1 = require("./console");
const initialize_1 = require("./initialize");

@@ -47,0 +47,0 @@ const vigilant_1 = require("./vigilant");

@@ -8,6 +8,6 @@ "use strict";

const config_1 = require("@rnx-kit/config");
const console_1 = require("@rnx-kit/console");
const find_up_1 = __importDefault(require("find-up"));
const fs_1 = __importDefault(require("fs"));
const path_1 = __importDefault(require("path"));
const console_1 = require("./console");
const profiles_1 = require("./profiles");

@@ -14,0 +14,0 @@ function isCoreCapability(capability) {

@@ -7,4 +7,4 @@ "use strict";

exports.profilesSatisfying = exports.getProfilesFor = exports.getProfileVersionsFor = exports.defaultProfiles = void 0;
const console_1 = require("@rnx-kit/console");
const semver_1 = __importDefault(require("semver"));
const console_1 = require("./console");
const profile_0_61_1 = __importDefault(require("./profiles/profile-0.61"));

@@ -11,0 +11,0 @@ const profile_0_62_1 = __importDefault(require("./profiles/profile-0.62"));

@@ -7,2 +7,3 @@ "use strict";

exports.makeVigilantCommand = exports.inspect = exports.buildManifestProfile = void 0;
const console_1 = require("@rnx-kit/console");
const fs_1 = __importDefault(require("fs"));

@@ -12,3 +13,2 @@ const semver_1 = __importDefault(require("semver"));

const check_1 = require("./check");
const console_1 = require("./console");
const manifest_1 = require("./manifest");

@@ -15,0 +15,0 @@ const profiles_1 = require("./profiles");

{
"name": "@rnx-kit/dep-check",
"version": "1.5.6",
"version": "1.5.7",
"description": "Dependency checker for React Native apps",

@@ -28,2 +28,3 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/dep-check#readme",

"@rnx-kit/config": "^0.2.9",
"@rnx-kit/console": "^1.0.0",
"chalk": "^4.1.0",

@@ -46,2 +47,5 @@ "find-up": "^5.0.0",

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

@@ -48,0 +52,0 @@ "roots": [

@@ -194,4 +194,4 @@ # @rnx-kit/dep-check

| ----------------- | ------------------------------------------------- | ------------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- |
| core-android | react-native@^0.65.0-0 | react-native@^0.64.1 | react-native@^0.63.2 | react-native@^0.62.3 | react-native@^0.61.5 |
| core-ios | react-native@^0.65.0-0 | react-native@^0.64.1 | react-native@^0.63.2 | react-native@^0.62.3 | react-native@^0.61.5 |
| core-android | react-native@^0.65.0-0 | react-native@^0.64.2 | react-native@^0.63.2 | react-native@^0.62.3 | react-native@^0.61.5 |
| core-ios | react-native@^0.65.0-0 | react-native@^0.64.2 | react-native@^0.63.2 | react-native@^0.62.3 | react-native@^0.61.5 |
| core-macos | react-native-macos@^0.65.0-0 | react-native-macos@^0.64.0 | react-native-macos@^0.63.0 | react-native-macos@^0.62.0 | react-native-macos@^0.61.0 |

@@ -211,3 +211,3 @@ | core-windows | react-native-windows@^0.65.0-0 | react-native-windows@^0.64.0 | react-native-windows@^0.63.0 | react-native-windows@^0.62.0 | react-native-windows@^0.61.0 |

| lazy-index | react-native-lazy-index@^2.1.1 | react-native-lazy-index@^2.1.1 | react-native-lazy-index@^2.1.1 | react-native-lazy-index@^2.1.1 | react-native-lazy-index@^2.1.1 |
| masked-view | @react-native-masked-view/masked-view@^0.2.3 | @react-native-masked-view/masked-view@^0.2.3 | @react-native-community/masked-view@^0.1.10 | @react-native-community/masked-view@^0.1.10 | @react-native-community/masked-view@^0.1.10 |
| masked-view | @react-native-masked-view/masked-view@^0.2.4 | @react-native-masked-view/masked-view@^0.2.4 | @react-native-masked-view/masked-view@^0.2.4 | @react-native-masked-view/masked-view@^0.2.4 | @react-native-masked-view/masked-view@^0.2.4 |
| modal | react-native-modal@^11.10.0 | react-native-modal@^11.10.0 | react-native-modal@^11.5.6 | react-native-modal@^11.5.6 | react-native-modal@^11.5.6 |

@@ -223,3 +223,3 @@ | navigation/native | @react-navigation/native@^5.9.4 | @react-navigation/native@^5.9.4 | @react-navigation/native@^5.9.4 | @react-navigation/native@^5.7.6 | @react-navigation/native@^5.7.6 |

| sqlite | react-native-sqlite-storage@^5.0.0 | react-native-sqlite-storage@^5.0.0 | react-native-sqlite-storage@^3.3.11 | react-native-sqlite-storage@^3.3.11 | react-native-sqlite-storage@^3.3.11 |
| storage | @react-native-async-storage/async-storage@^1.15.3 | @react-native-async-storage/async-storage@^1.15.3 | @react-native-community/async-storage@^1.12.1 | @react-native-community/async-storage@^1.12.1 | @react-native-community/async-storage@^1.12.1 |
| storage | @react-native-async-storage/async-storage@^1.15.5 | @react-native-async-storage/async-storage@^1.15.5 | @react-native-community/async-storage@^1.12.1 | @react-native-community/async-storage@^1.12.1 | @react-native-community/async-storage@^1.12.1 |
| svg | react-native-svg@^12.1.1 | react-native-svg@^12.1.1 | react-native-svg@^12.1.1 | react-native-svg@^12.1.1 | react-native-svg@^12.1.1 |

@@ -226,0 +226,0 @@ | test-app | react-native-test-app@^0.5.9 | react-native-test-app@^0.5.9 | react-native-test-app@^0.5.9 | react-native-test-app@^0.5.9 | react-native-test-app@^0.5.9 |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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