Socket
Socket
Sign inDemoInstall

myst-cli-utils

Package Overview
Dependencies
2
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

2

dist/filesystem.d.ts
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import fs from 'fs';
import fs from 'node:fs';
import type { ISession } from './types.js';

@@ -5,0 +5,0 @@ export declare function computeHash(content: string): string;

@@ -1,4 +0,4 @@

import fs from 'fs';
import path from 'path';
import { createHash } from 'crypto';
import fs from 'node:fs';
import path from 'node:path';
import { createHash } from 'node:crypto';
export function computeHash(content) {

@@ -5,0 +5,0 @@ return createHash('md5').update(content).digest('hex');

import chalk from 'chalk';
import { sep } from 'path';
import { sep } from 'node:path';
export var LogLevel;

@@ -4,0 +4,0 @@ (function (LogLevel) {

{
"name": "myst-cli-utils",
"version": "1.0.0",
"version": "2.0.0",
"sideEffects": false,

@@ -35,3 +35,3 @@ "license": "MIT",

"dependencies": {
"chalk": "^4.1.2",
"chalk": "^5.2.0",
"pretty-hrtime": "^1.0.3"

@@ -38,0 +38,0 @@ },

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