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

anonymize-nlp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anonymize-nlp - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "anonymize-nlp",
"version": "1.0.3",
"version": "1.0.4",
"description": "Anonymize-NLP is a lightweight and robust package for text anonymization. It uses Natural Language Processing (NLP) and Regular Expressions (Regex) to identify and mask sensitive information in a string.,",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -25,3 +25,3 @@ # AnonymizeNLP

const anonymizer = new AnonymizeNlp(['email', 'phonenumber']);
const anonymizer = new AnonymizeNlp();
const anonymizedText = anonymizer.anonymize('My email is john@example.com and my phone number is +1-234-567-8900.');

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