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

@react-native-windows/package-utils

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-windows/package-utils - npm Package Compare versions

Comparing version 0.0.0-canary.44 to 0.0.0-canary.45

8

lib-commonjs/packageUtils.js

@@ -94,5 +94,5 @@ "use strict";

const repoRoot = await (0, find_repo_root_1.default)();
const allPackges = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package));
const allPackages = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package));
const filteredPackages = [];
for (const pkg of allPackges) {
for (const pkg of allPackages) {
if (await pred(pkg)) {

@@ -113,4 +113,4 @@ filteredPackages.push(pkg);

const repoRoot = find_repo_root_1.default.sync();
const allPackges = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package));
return allPackges.filter(pred);
const allPackages = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package));
return allPackages.filter(pred);
}

@@ -117,0 +117,0 @@ exports.enumerateRepoPackagesSync = enumerateRepoPackagesSync;

{
"name": "@react-native-windows/package-utils",
"version": "0.0.0-canary.44",
"version": "0.0.0-canary.45",
"license": "MIT",

@@ -19,4 +19,4 @@ "scripts": {

"dependencies": {
"@react-native-windows/find-repo-root": "^0.0.0-canary.47",
"@react-native-windows/fs": "^0.0.0-canary.18",
"@react-native-windows/find-repo-root": "^0.0.0-canary.48",
"@react-native-windows/fs": "^0.0.0-canary.19",
"get-monorepo-packages": "^1.2.0",

@@ -27,3 +27,3 @@ "lodash": "^4.17.15"

"@rnw-scripts/eslint-config": "1.1.16",
"@rnw-scripts/just-task": "2.3.7",
"@rnw-scripts/just-task": "2.3.8",
"@rnw-scripts/ts-config": "2.0.4",

@@ -30,0 +30,0 @@ "@types/lodash": "^4.14.168",

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