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

emaile2e-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emaile2e-client - npm Package Compare versions

Comparing version 0.1.1513080873 to 0.1.1513081270

8

package.json
{
"name": "emaile2e-client",
"version": "0.1.1513080873",
"version": "0.1.1513081270",
"description": "The official javascript client for the Emaile2e API. See https://emaile2e.com for more information.",

@@ -20,3 +20,7 @@ "license": "Unlicense",

"expect.js": "~0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jackmahoney/emaile2e-javascript-client.git"
}
}
}
var fs = require('fs');
// shim the readme
var path = './README.md';

@@ -10,1 +12,10 @@ var execSync = require('child_process').execSync;

fs.writeFileSync(path, res);
// shim package.json
var packagePath = './package.json';
var packageJson = JSON.parse(fs.readFileSync(packagePath, 'utf-8'));
packageJson['repository'] = {
type: 'git',
url: 'https://github.com/jackmahoney/emaile2e-javascript-client.git'
};
fs.writeFileSync(packagePath, JSON.stringify(packageJson, null, 2));

@@ -36,3 +36,3 @@ /**

* @module api/InboxcontrollerApi
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

@@ -39,0 +39,0 @@

@@ -35,3 +35,3 @@ /**

* @module ApiClient
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

@@ -38,0 +38,0 @@

@@ -56,3 +56,3 @@ /**

* @module index
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

@@ -59,0 +59,0 @@ var exports = {

@@ -39,3 +39,3 @@ /**

* @module model/EmailDto
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/InboxDto
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/ResponseInboxDto
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/ResponseListEmailDto
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/ResponseListInboxDto
* @version 0.1.1513080873
* @version 0.1.1513081270
*/

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