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

ldap-schema-ts-generator

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-schema-ts-generator - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

config/_config.yml

10

package.json
{
"name": "ldap-schema-ts-generator",
"version": "2.5.0",
"version": "2.5.1",
"description": "Typescript typedef and meta-data generator for LDAP Schema. It can be useful to interact from schema-aware/type-safe LDAP Client with LDAP servers like active directory.",

@@ -17,6 +17,9 @@ "repository": {

"gen-docs": "typedoc",
"postgen-docs": "node ./github/github.js",
"postgen-docs": "node ./config/github.js",
"tag": "node ./config/tag.js",
"gen-changelog": "auto-changelog && git add CHANGELOG.md && git commit -m \"doc: change log\"",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"prepublishOnly": "npm run tsc && npm run gen-docs",
"prepublishOnly": "npm-run-all -s tsc gen-docs",
"postpublish": "npm-run-all -s tag gen-changelog",
"prod": "node --unhandled-rejections=strict dist/app.js",

@@ -53,2 +56,3 @@ "inspect": "node --inspect --unhandled-rejections=strict dist/app.js",

"@typescript-eslint/parser": "^2.29.0",
"auto-changelog": "^2.0.0",
"dotenv": "^8.2.0",

@@ -55,0 +59,0 @@ "eslint": "^6.8.0",

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