Socket
Socket
Sign inDemoInstall

graph-docs-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graph-docs-cli - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

babel.config.js

6

CHANGELOG.md
# graph-docs-cli
## 0.0.3
### Patch Changes
- [`91c278a`](https://github.com/mattpocock/graph-docs-cli/commit/91c278a21e30ea1656c4f71e419dd837503a518e) Thanks [@mattpocock](https://github.com/mattpocock)! - Fixed a bug where the bundle wasn't being shipped to npm
## 0.0.2

@@ -4,0 +10,0 @@

8

package.json
{
"name": "graph-docs-cli",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/graph-docs-cli.cjs.js",

@@ -9,8 +9,10 @@ "bin": {

"scripts": {
"prepare": "husky install && yarn build",
"prepare": "husky install",
"lint": "tsc",
"build": "esbuild src/*.ts --outdir=bin --platform=node --format=cjs && esbuild src/devClient.ts --bundle --target=chrome58 --outfile=bin/devClient.js",
"build": "preconstruct build && esbuild src/*.ts --outdir=bin --platform=node --format=cjs && esbuild src/devClient.ts --bundle --target=chrome58 --outfile=bin/devClient.js",
"release": "changeset publish"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-typescript": "^7.16.7",
"@changesets/changelog-github": "^0.4.4",

@@ -17,0 +19,0 @@ "@changesets/cli": "^2.22.0",

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