Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0 to 2.0.0

6

lib/index.js

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

.map((pkgPath) => __awaiter(this, void 0, void 0, function* () {
let pkg;
let manifest;
try {
pkg = yield readPkg(pkgPath, { normalize: false });
return { path: pkgPath, pkg };
manifest = yield readPkg(pkgPath, { normalize: false });
return { path: pkgPath, manifest };
}

@@ -38,0 +38,0 @@ catch (err) {

{
"name": "find-packages",
"version": "1.0.0",
"version": "2.0.0",
"description": "Find all packages inside a directory",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -23,3 +23,3 @@ # find-packages

// path: "/home/john/src/foo",
// pkg: { name: "foo", version: "1.0.0" }
// manifest: { name: "foo", version: "1.0.0" }
// }

@@ -26,0 +26,0 @@ // ]

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