@coolgk/email
Advanced tools
Comparing version 1.0.5 to 1.0.6
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.5 | ||
* @version 1.0.6 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.5 | ||
* @version 1.0.6 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
@@ -1,26 +0,1 @@ | ||
{ | ||
"name": "@coolgk/email", | ||
"version": "1.0.5", | ||
"author": "Daniel Gong <daniel.k.gong@gmail.com>", | ||
"homepage": "https://www.npmjs.com/package/@coolgk/utils", | ||
"bugs": { | ||
"url": "https://github.com/coolgk/utils/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/coolgk/utils.git" | ||
}, | ||
"description": "email sender", | ||
"keywords": [ | ||
"email sender", | ||
"smtp sender", | ||
"typescript" | ||
], | ||
"dependencies": { | ||
"mime-types": "^2.1.17", | ||
"emailjs": "^1.0.12" | ||
}, | ||
"main": "./email.js", | ||
"types": "./email.d.ts", | ||
"license": "MIT" | ||
} | ||
{"name":"@coolgk/email","version":"1.0.6","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/utils.git"},"description":"email sender","keywords":["email sender","smtp sender","typescript"],"dependencies":{"mime-types":"^2.1.17","emailjs":"^1.0.12"},"pre-commit":{"silent":false,"run":["test:precommit","tslint"]},"main":"./email.js","types":"./email.d.ts","license":"MIT"} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8149