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

email-misspelled

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-misspelled - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

12

package.json

@@ -6,3 +6,3 @@ {

"scripts": {
"dev": "webpack-dev-server --mode development --config webpack.dev.js",
"dev": "webpack-dev-server --mode development --config webpack.dev.ts",
"test:ci": "yarn jest --config=./tests/jest.config.js",

@@ -13,3 +13,3 @@ "test:watch": "yarn jest --config=./tests/jest.config.js --verbose --watchAll",

"build:all": "rimraf ./lib && yarn build:lib && yarn build:types",
"build:lib": "webpack --config webpack.config.js",
"build:lib": "webpack --config webpack.config.ts",
"build:types": "tsc",

@@ -25,3 +25,3 @@ "prepublishOnly": "yarn test:ci && yarn build:all"

"type": "git",
"url": "git+https://github.com/Julien-Amblard/email-misspelled.git"
"url": "git+https://github.com/sl-julienamblard/email-misspelled.git"
},

@@ -31,3 +31,3 @@ "author": {

"email": "amblard.julien@gmail.com",
"url": "https://github.com/Julien-Amblard"
"url": "https://github.com/sl-julienamblard"
},

@@ -59,2 +59,3 @@ "license": "MIT",

"@babel/preset-typescript": "^7.8.3",
"@types/jest": "^26.0.0",
"@types/webpack": "^4.41.7",

@@ -75,3 +76,4 @@ "babel-jest": "^24.9.0",

},
"version": "2.1.1"
"dependencies": {},
"version": "2.1.2"
}

@@ -10,3 +10,3 @@ # email-misspelled

[![npm](https://img.shields.io/npm/v/email-misspelled.svg?style=flat-square)](https://www.npmjs.com/package/email-misspelled)
[![npm](https://img.shields.io/npm/l/email-misspelled.svg?style=flat-square)](https://github.com/Julien-Amblard/email-misspelled/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/l/email-misspelled.svg?style=flat-square)](https://github.com/sl-julienamblard/email-misspelled/blob/master/LICENSE)

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