Socket
Socket
Sign inDemoInstall

check-version-modules

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

4

bin/cmd.js

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

switch ((0, process).argv[i]) {
switch (arg[i]) {

@@ -63,3 +63,3 @@ case "--fail-at-major":

if (i + 1 < ARGS.length) {
file = String((0, process).argv[i + 1]);
file = String(ARGS[i + 1]);
}

@@ -66,0 +66,0 @@

@@ -0,0 +0,0 @@ export interface iOptions {

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

import { iDep } from "./formateDeps";
import { iOptions } from "../checkVersionModule";
export default function checkDependenciesUpdates(dependencies: Array<iDep>, options: iOptions): Promise<boolean>;

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

export default function downloadPackageData(packageName: string): Promise<string>;

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

import { iDep } from "./formateDeps";
export default function extractAndFormateDeps(file: string, dev: boolean): Promise<Array<iDep>>;

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

@@ -0,0 +0,0 @@ export interface iDep {

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

import { iDep, iResult } from "./formateDeps";
export default function sortDeps(dependencies: Array<iDep | iResult>): Array<iDep | iResult>;

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

import { iOptions } from "../checkVersionModule";
export default function checkAndFormateOptions(options?: iOptions): Promise<iOptions>;

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

export default function checkBoolean(data: boolean): Promise<void>;

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

export default function checkFile(file: string): Promise<void>;

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

export default function checkNonEmptyString(data: string): Promise<void>;

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

export default function checkNonNullPureObject(data: object): Promise<void>;

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

export default function getFormatedTime(): string;

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

export default function padleft(msg: string | number): string;

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

export default function checkAndFormateVersion(version: string): Promise<string>;

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

export default function checkVersionValidity(version: string, strict?: boolean): Promise<boolean>;

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

export default function formateVersion(_version: string): string;

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

{
"name": "check-version-modules",
"version": "1.5.0",
"version": "1.5.1",
"description": "Check modules's version for the package.",

@@ -49,5 +49,5 @@

"devDependencies": {
"@types/node": "20.5.6",
"@types/node": "20.5.7",
"coveralls": "3.1.1",
"eslint": "8.47.0",
"eslint": "8.48.0",
"husky": "8.0.3",

@@ -54,0 +54,0 @@ "mocha": "10.2.0",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc