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

docsql

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsql - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

out/docs.json

32

package.json
{
"name": "docsql",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/peterbe/docsql",

@@ -30,5 +30,5 @@ "license": "MIT",

"dependencies": {
"cli-progress": "3.10.0",
"commander": "9.1.0",
"dotenv": "16.0.0",
"cli-progress": "3.11.2",
"commander": "9.4.0",
"dotenv": "16.0.2",
"fdir": "5.2.0",

@@ -43,20 +43,20 @@ "gray-matter": "4.0.3",

"@mantine/hooks": "3.6.6",
"@mantine/next": "4.0.9",
"@mantine/next": "4.2.11",
"@modulz/radix-icons": "4.0.0",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/node": "18.7.14",
"@types/react": "18.0.9",
"@types/refractor": "3.0.2",
"alasql": "1.7.3",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"husky": "7.0.4",
"next": "12.1.1",
"np": "7.6.1",
"prettier": "2.6.1",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"husky": "8.0.1",
"next": "12.3.0",
"np": "7.6.2",
"prettier": "2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-iconly": "2.2.5",
"react-refractor": "2.1.6",
"swr": "1.2.2",
"typescript": "4.6.3"
"react-refractor": "2.1.7",
"swr": "1.3.0",
"typescript": "4.8.3"
},

@@ -63,0 +63,0 @@ "repository": {

@@ -112,3 +112,3 @@ # docsQL

_url: `https://example.com/${pathname}`,
local_url: `https://localhost:4000/${pathname}`,
local_url: `http://localhost:4000/${pathname}`,
}

@@ -125,2 +125,15 @@ }

Suppose that your URLs depend on something from the front-matter of
each document, here's an example:
```js
// In /path/to/my/custom/plugins
export default function getURL({ data: {slug} }) {
return {
_url: `https://example.com/en/${slug}`,
}
}
```
### Share plugins with your team

@@ -127,0 +140,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