Socket
Socket
Sign inDemoInstall

zb-email-verifier

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zb-email-verifier - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

21

gulpfile.js

@@ -19,23 +19,4 @@ const gulp = require("gulp");

}
gulp.task("set-new-npm-version-prod", function (done) {
exec("npm show zb-email-verifier | grep latest").then(function(result) {
const latestVersion = result.match(/\d+\.\d+\.\d+/g)[0]
const latestVersions = latestVersion.split(".")
const packageVersions = package.version.split(".")
let newMinorVersion = parseInt(latestVersions[1]) + 1
const newFetchVersion = 0
if (packageVersions[0] !== latestVersions[0]) {
newMinorVersion = 0
}
const newVersion = `${packageVersions[0]}.${newMinorVersion}.${newFetchVersion}`
package.version = newVersion
writeJsonFile("package.json", package).then(done)
})
});
gulp.task("set-new-npm-version-dev", function (done) {
gulp.task("set-new-npm-version", function (done) {
exec("npm show zb-email-verifier | grep latest").then(function(result) {

@@ -42,0 +23,0 @@ const latestVersion = result.match(/\d+\.\d+\.\d+/g)[0]

2

package.json
{
"name": "zb-email-verifier",
"description": "Promise-based library for verify an email address existence via SMTP",
"version": "0.7.0",
"version": "0.7.1",
"author": {

@@ -6,0 +6,0 @@ "name": "ZIGBANG",

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