New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@directus/docs

Package Overview
Dependencies
Maintainers
2
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@directus/docs - npm Package Compare versions

Comparing version 9.13.0 to 9.13.1

.vuepress/.thumbsmith/README.md

100

package.json
{
"name": "@directus/docs",
"private": false,
"version": "9.13.0",
"description": "",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "node build.js",
"dev": "npm-watch build",
"dev:site": "vuepress dev",
"build:site": "vuepress build && npm run update-thumbnail",
"update-thumbnail": "thumbsmith deploy .vuepress/.thumbsmith/docs.thumbnail.html || exit 0"
},
"watch": {
"build": {
"patterns": [
"."
],
"ignore": "dist",
"extensions": "md,yaml",
"silent": true,
"quiet": true
}
},
"files": [
"dist"
],
"keywords": [],
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"license": "ISC",
"gitHead": "fd55233b1124a2887e04e4418f04c7a7b94398b7",
"devDependencies": {
"@thumbsmith/cli": "^0.1.8",
"@thumbsmith/url": "0.1.2",
"directory-tree": "3.0.1",
"fs-extra": "10.0.0",
"lodash.get": "4.4.2",
"micromark": "3.0.8",
"npm-watch": "0.11.0",
"reading-time": "1.5.0",
"slugify": "1.6.2",
"vuepress": "1.8.2",
"vuepress-plugin-clean-urls": "1.1.2"
}
"name": "@directus/docs",
"private": false,
"version": "9.13.1",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"dev:md": "npm-watch build",
"build:md": "node build.js",
"dev": "vuepress dev",
"build": "vuepress build && npm run update-thumbnail",
"update-thumbnail": "thumbsmith deploy .vuepress/.thumbsmith/docs.thumbnail.html || exit 0"
},
"watch": {
"build": {
"patterns": [
"."
],
"ignore": "dist",
"extensions": "md,yaml",
"silent": true,
"quiet": true
}
},
"files": [
"dist",
"**/*.md"
],
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"devDependencies": {
"@thumbsmith/cli": "^0.1.8",
"@thumbsmith/url": "0.1.2",
"directory-tree": "3.0.1",
"fs-extra": "10.0.0",
"lint-staged": "^13.0.3",
"lodash.get": "4.4.2",
"micromark": "3.0.8",
"npm-watch": "0.11.0",
"prettier": "^2.7.1",
"reading-time": "1.5.0",
"simple-git-hooks": "^2.8.0",
"slugify": "1.6.2",
"vuepress": "1.8.2",
"vuepress-plugin-clean-urls": "1.1.2"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{md,yaml}": "prettier --write"
}
}
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