Socket
Socket
Sign inDemoInstall

@jrc03c/email-validator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jrc03c/email-validator - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.eslintrc.js

14

package.json
{
"name": "@jrc03c/email-validator",
"author": "jrc03c",
"version": "0.0.2",
"version": "0.0.3",
"description": "validates email addresses",
"license": "ISC",
"main": "email-validator.js",
"main": "src/index.js",
"scripts": {
"test": "jest",
"pub": "npm version patch --force && npm publish --access=public"
"pub": "npm version patch --force && npm publish --access=public",
"build": "esbuild src/index.js --bundle --outfile=dist/email-validator.js --bundle",
"watch": "esbuild src/index.js --bundle --outfile=dist/email-validator.js --bundle --watch"
},

@@ -17,4 +19,8 @@ "repository": {

"devDependencies": {
"jest": "^27.5.1"
"esbuild": "^0.17.19",
"eslint": "^8.40.0",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"prettier": "^2.8.8"
}
}

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