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

ldap-passwords

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-passwords - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

package.json
{
"name": "ldap-passwords",
"type": "module",
"version": "2.1.2",
"version": "2.1.3",
"description": "ldap-passwords offers secure password hashing and verification using LDAP password algorithms.",

@@ -6,0 +6,0 @@ "author": {

@@ -1,4 +0,4 @@

import type { md5, verifyMD5 } from 'ldap-md5/types/index'
import type { ssha, verifySSHA } from 'ldap-sha/types/index'
import type { sha512Crypt, verifySha512 } from 'ldap-sha512/types/index'
import { md5, verifyMD5 } from 'ldap-md5/types/index'
import { ssha, verifySSHA } from 'ldap-sha/types/index'
import { sha512Crypt, verifySha512 } from 'ldap-sha512/types/index'

@@ -5,0 +5,0 @@ export { md5, verifyMD5, ssha, verifySSHA, sha512Crypt, verifySha512 }

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