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

mailinator-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailinator-client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/Constants.js

23

package.json
{
"name": "mailinator-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Mailinator REST API client for JavaScript applications.",
"main": "index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest",
"coverage": "jest --coverage"
"coverage": "jest --coverage",
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A .",
"postversion": "git push && git push --tags"
},
"keywords": ["mailinator", "email", "inbox", "message", "REST-API-client"],
"keywords": [
"mailinator",
"email",
"inbox",
"message",
"REST-API-client"
],
"author": "Manybrain, LLC <support@manybrain.com> (http://manybrain.com)",

@@ -23,2 +37,3 @@ "repository": {

"@types/node": "^13.1.8",
"create-index": "^2.6.0",
"fs": "0.0.1-security",

@@ -25,0 +40,0 @@ "typed-rest-client": "^1.7.1"

@@ -54,1 +54,6 @@ #### [Mailinator](https://www.mailinator.com/) REST API client for JavaScript applications.

* `MAILINATOR_TEST_DELETE_DOMAIN` - don't use it unless you are 100% sure what you are doing
#### Create index
* Install https://www.npmjs.com/package/create-ts-index `npm install create-ts-index -g`
* Run `cti create .`
jest.config.js
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