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

uniorg-slug

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniorg-slug - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

49

package.json
{
"name": "uniorg-slug",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -13,3 +13,3 @@ "description": "uniorg plugin to add `id` attributes to headlines",

],
"author": "Alexey Shmalko <rasen.dubi@gmail.com>",
"author": "Oleksii Shmalko <rasen.dubi@gmail.com>",
"homepage": "https://github.com/rasendubi/uniorg",

@@ -30,9 +30,2 @@ "license": "GPL-3.0-or-later",

},
"scripts": {
"build": "rm -rf ./lib && tsc -p tsconfig.build.json",
"clean": "rm -rf ./lib",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build",
"test": "jest"
},
"bugs": {

@@ -42,21 +35,25 @@ "url": "https://github.com/rasendubi/uniorg/issues"

"dependencies": {
"github-slugger": "^1.3.0",
"orgast-util-to-string": "^1.0.0",
"unist-util-visit": "4.1.0"
"github-slugger": "^2.0.0",
"orgast-util-to-string": "^1.0.1",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/jest": "27.4.1",
"@types/unist": "2.0.6",
"jest": "27.5.1",
"rehype-stringify": "9.0.3",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0",
"unist-util-find": "^1.0.2",
"vfile": "5.3.2"
"@types/jest": "29.5.8",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"rehype-stringify": "10.0.0",
"typescript": "5.2.2",
"unified": "^11.0.4",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1",
"uniorg-rehype": "^1.1.1",
"unist-util-find": "^3.0.0",
"vfile": "^6.0.1"
},
"gitHead": "c92b8d9026bdffa7894e167c251ec86f6276b7f9"
}
"scripts": {
"build": "rm -rf ./lib && tsc -p tsconfig.build.json",
"clean": "rm -rf ./lib",
"compile": "tsc -p tsconfig.build.json",
"test": "jest"
}
}
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