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

@graphql-markdown/utils

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-markdown/utils - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

1

dist/fs.d.ts

@@ -6,2 +6,3 @@ /**

*/
/// <reference types="node" />
import type { PrettifyCallbackFunction } from "@graphql-markdown/types";

@@ -8,0 +9,0 @@ export { readFile, copyFile } from "node:fs/promises";

@@ -183,3 +183,4 @@ /**

*
* @alias
*/
export declare const slugify: (str: Maybe<string>) => string;

@@ -259,3 +259,4 @@ "use strict";

*
* @alias
*/
exports.slugify = exports.kebabCase;

@@ -6,2 +6,3 @@ /**

*/
/// <reference types="node" />
export { join, resolve } from "node:path/posix";

7

package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.6.1",
"version": "1.6.2",
"license": "MIT",

@@ -59,7 +59,4 @@ "repository": {

},
"dependencies": {
"@graphql-tools/load": "^8.0.0"
},
"devDependencies": {
"@graphql-markdown/types": "^1.0.0"
"@graphql-markdown/types": "^1.0.1"
},

@@ -66,0 +63,0 @@ "peerDependencies": {

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