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

@augment-vir/node-js

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/node-js - npm Package Compare versions

Comparing version 19.0.1 to 19.0.2

5

dist/augments/node-js-console.d.ts

@@ -39,3 +39,3 @@ /// <reference types="node" />

export declare function askQuestion(questionToAsk: string, { hideUserInput, timeoutMs, }?: Partial<AskQuestionOptions>): Promise<string>;
export declare function askQuestionUntilConditionMet({ questionToAsk, conditionCallback, invalidInputMessage, tryCountMax, ...options }: {
export type QuestionUntilConditionMetConfig = {
questionToAsk: string;

@@ -45,3 +45,4 @@ conditionCallback: (response: string) => boolean | Promise<boolean>;

tryCountMax?: number;
} & Partial<AskQuestionOptions>): Promise<string>;
} & Partial<AskQuestionOptions>;
export declare function askQuestionUntilConditionMet({ questionToAsk, conditionCallback, invalidInputMessage, tryCountMax, ...options }: QuestionUntilConditionMetConfig): Promise<string>;
export {};

12

package.json
{
"name": "@augment-vir/node-js",
"version": "19.0.1",
"version": "19.0.2",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js",

@@ -25,11 +25,11 @@ "bugs": {

"dependencies": {
"@augment-vir/common": "^19.0.1",
"@augment-vir/common": "^19.0.2",
"ansi-colors": "^4.1.3",
"axios": "^1.5.0",
"axios": "^1.5.1",
"fs-extra": "^11.1.1",
"ts-node": "^10.9.1",
"type-fest": "^4.3.1"
"type-fest": "^4.3.2"
},
"devDependencies": {
"@augment-vir/chai": "^19.0.1",
"@augment-vir/chai": "^19.0.2",
"@electrovir/nyc": "^15.1.0-fix0",

@@ -40,3 +40,3 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2",

"@types/mocha": "^10.0.1",
"@types/node": "^20.6.3",
"@types/node": "^20.7.0",
"chai": "^4.3.8",

@@ -43,0 +43,0 @@ "istanbul-smart-text-reporter": "^1.1.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