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

flora-colossus

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flora-colossus - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

0

lib/depTypes.d.ts

@@ -0,0 +0,0 @@ export declare enum DepType {

@@ -0,0 +0,0 @@ "use strict";

export * from './Walker';
export * from './depTypes';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DepType } from './depTypes';

8

lib/Walker.js

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

moduleName = _a[_i];
// npm decides it's a funny thing to put optioanl dependencies in the "dependencies" section
// after install, because that makes perfect sense
if (moduleName in pJ.optionalDependencies) {
d("found " + moduleName + " in prod deps of " + modulePath + " but it is also marked optional");
return [3 /*break*/, 4];
}
return [4 /*yield*/, this.walkDependenciesForModuleInModule(moduleName, modulePath, depTypes_1.childDepType(depType, depTypes_1.DepType.PROD))];

@@ -244,3 +250,3 @@ case 3:

else {
d('tree walk in progress already, waiting for existing walk to complete');
d('tree walk in progress / completed already, waiting for existing walk to complete');
}

@@ -247,0 +253,0 @@ return [4 /*yield*/, this.cache];

2

package.json
{
"name": "flora-colossus",
"version": "0.0.2",
"version": "0.0.3",
"description": "Walks your node_modules tree",

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

@@ -0,0 +0,0 @@ Flora Colossus

@@ -0,0 +0,0 @@ {

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