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

flowchart.ts

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowchart.ts - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

11

package.json
{
"name": "flowchart.ts",
"version": "0.1.3",
"version": "0.1.4",
"author": "Mister-Hope",

@@ -38,3 +38,3 @@ "description": "Flowchart support",

"@rollup/plugin-node-resolve": "15.0.2",
"@types/node": "18.16.0",
"@types/node": "18.16.2",
"@typescript-eslint/eslint-plugin": "5.59.1",

@@ -47,2 +47,3 @@ "@typescript-eslint/parser": "5.59.1",

"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.0",

@@ -52,3 +53,3 @@ "rollup-plugin-dts": "5.3.0",

"typescript": "5.0.4",
"vite": "4.3.1"
"vite": "4.3.3"
},

@@ -58,6 +59,8 @@ "packageManager": "pnpm@8.3.1",

"build": "rollup -c rollup.config.ts --configPlugin esbuild",
"clean": "rimraf dist/",
"dev": "vite dev",
"lint": "prettier --check --write . && eslint . --ext .ts,.js --fix",
"lint:check": "prettier --check . && eslint . --ext .ts,.js"
"lint:check": "prettier --check . && eslint . --ext .ts,.js",
"prepublish": "pnpm clean && pnpm build"
}
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc