Socket
Socket
Sign inDemoInstall

sendgrid-es6

Package Overview
Dependencies
63
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

33

package.json
{
"name": "sendgrid-es6",
"version": "1.0.0",
"version": "1.0.1",
"description": "ES6 wrapper for official sendgrid api",

@@ -25,3 +25,34 @@ "main": "index.js",

"@sendgrid/mail": "~6.5.1"
},
"babel": {
"presets": [
"env",
"stage-2"
],
"plugins": [
[
"add-module-exports",
{
"addDefaultProperty": true
}
]
],
"sourceMaps": true
},
"devDependencies": {
"@reactioncommerce/eslint-config": "^1.0.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"rimraf": "^2.6.2",
"semantic-release": "^15.13.25",
"watch": "^1.0.2"
}
}
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