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

md-utils-ts

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md-utils-ts - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.d.ts

14

package.json
{
"name": "md-utils-ts",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -12,4 +12,12 @@ "main": "./dist/index.js",

},
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "node esbuild.config.mjs",
"build": "pnpm run build:common && pnpm run build:type",
"build:common": "node esbuild.config.mjs",
"build:type": "tsc --emitDeclarationOnly --declaration",
"prepare": "pnpm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -24,3 +32,2 @@ },

"devDependencies": {
"esbuild": "^0.19.2",
"prettier": "^3.0.2",

@@ -31,2 +38,3 @@ "prettier-plugin-organize-imports": "^3.2.3",

"dependencies": {
"esbuild": "^0.19.2",
"markdown-table": "^3.0.3"

@@ -33,0 +41,0 @@ },

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