New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

find-packages

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-packages - npm Package Compare versions

Comparing version 7.0.4 to 7.0.5

4

lib/index.d.ts

@@ -14,3 +14,3 @@ import { ProjectManifest } from '@pnpm/types';

}
declare function findPkgs(root: string, opts?: findPkgs.Options): Promise<findPkgs.Project[]>;
export = findPkgs;
export default function findPkgs(root: string, opts?: findPkgs.Options): Promise<findPkgs.Project[]>;
export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const read_project_manifest_1 = require("@pnpm/read-project-manifest");

@@ -44,2 +45,3 @@ const fastGlob = require("fast-glob");

}
exports.default = findPkgs;
function normalizePatterns(patterns) {

@@ -56,4 +58,2 @@ const normalizedPatterns = [];

}
// for backward compatibility
findPkgs['default'] = findPkgs; // tslint:disable-line
module.exports = findPkgs;
//# sourceMappingURL=index.js.map
{
"name": "find-packages",
"version": "7.0.4",
"version": "7.0.5",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"!*.map"
],

@@ -12,5 +13,6 @@ "typings": "lib/index.d.ts",

"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && ts-node test --type-check",
"tsc": "tsc",
"prepublishOnly": "pnpm run tsc"
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/find-packages/coverage ts-node packages/find-packages/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},

@@ -22,9 +24,5 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages",

],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"engines": {
"node": ">=10"
"node": ">=10.13"
},

@@ -40,3 +38,3 @@ "license": "MIT",

"dependencies": {
"@pnpm/read-project-manifest": "1.0.1",
"@pnpm/read-project-manifest": "1.0.2",
"@pnpm/types": "5.0.0",

@@ -43,0 +41,0 @@ "fast-glob": "3.2.2",

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