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

email-stripper

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-stripper - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

lib/email-stripper.js

@@ -9,3 +9,3 @@ /*

'use strict';
'use strict'

@@ -26,3 +26,5 @@ var stripper = require('stream').Transform( { objectMode: true } )

stripper.clean = function(s){
s += (s.substr(s.length-1) == '.') ? '' : '. '
s += (s.substr(s.length-1) == '.')
? ''
: '. '
if(s.indexOf('@') == -1) this.push(s)

@@ -29,0 +31,0 @@ }

{
"name": "email-stripper",
"description": "A tool to find and remove email addresses from a set of text.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jordancalder/email-stripper",

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

@@ -1,2 +0,2 @@

'use strict';
'use strict'

@@ -3,0 +3,0 @@ var strip = require('../lib/email-stripper.js')

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