Socket
Socket
Sign inDemoInstall

@fabrix/generics-mandrill

Package Overview
Dependencies
14
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

4

dist/MandrillGeneric.d.ts

@@ -1,2 +0,3 @@

export declare class MandrillGeneric {
import { Generic } from '@fabrix/spool-generics';
export declare class MandrillGeneric extends Generic {
config: {

@@ -8,3 +9,2 @@ key: string;

};
constructor(config: any);
mandrill(): any;

@@ -11,0 +11,0 @@ _baseTemplateContent(data: any): {

@@ -5,6 +5,4 @@ "use strict";

const lodash_1 = require("lodash");
class MandrillGeneric {
constructor(config) {
this.config = config;
}
const spool_generics_1 = require("@fabrix/spool-generics");
class MandrillGeneric extends spool_generics_1.Generic {
mandrill() {

@@ -11,0 +9,0 @@ return new mandrill.Mandrill(this.config.key);

{
"name": "@fabrix/generics-mandrill",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generic: mandrillapp.com for Spool-generics",

@@ -18,3 +18,3 @@ "homepage": "https://fabrix.app",

"trailpack",
"trails",
"fabrix",
"trailjs"

@@ -43,6 +43,6 @@ ],

"devDependencies": {
"@fabrix/fabrix": "^1.0.3",
"@fabrix/fabrix": "^1.1.3",
"@fabrix/lint": "^1.0.0-alpha.3",
"@fabrix/spool-generics": "^1.0.1",
"@fabrix/spool-router": "^1.0.0",
"@fabrix/spool-generics": "^1.1.1",
"@fabrix/spool-router": "^1.1.3",
"lodash": "^4.11.1",

@@ -61,3 +61,3 @@ "@types/node": "~10.3.4",

"peerDependencies": {
"@fabrix/spool-generics": "^1.0.1"
"@fabrix/spool-generics": "^1.1.1"
},

@@ -64,0 +64,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc