New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coorpacademy-core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coorpacademy-core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/email/email.js

3

index.js
'use strict';
module.exports.saml = require('./lib/saml');
exports.saml = require('./lib/saml');
exports.emailHandler = require('./lib/email');
{
"name": "coorpacademy-core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Core library for coorpacademy projects",
"main": "index.js",
"scripts": {
"test": "echo 'OK'"
"test": "./node_modules/mocha/bin/_mocha ./**/*.unit.spec.js",
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcov -- -R spec ./**/*.unit.spec.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},

@@ -22,3 +23,15 @@ "repository": {

"homepage": "https://github.com/CoorpAcademy/coorpacademy-core",
"dependencies": {}
"dependencies": {
"err-tree": "^1.0.5",
"lodash": "^3.9.3",
"mandrill-api": "~1.0.39"
},
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.15",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"sinon": "^1.14.1"
}
}
# coorpacademy-core
[![Build Status](https://travis-ci.org/CoorpAcademy/coorpacademy-core.svg)](https://travis-ci.org/CoorpAcademy/coorpacademy-core)
[![Coverage Status](https://coveralls.io/repos/CoorpAcademy/coorpacademy-core/badge.svg?branch=ftr-code-coverage)](https://coveralls.io/r/CoorpAcademy/coorpacademy-core?branch=master)
Core libraries for coorpacademy projects

@@ -10,1 +10,5 @@

* SAML claim types
# Commands
* npm test : run mocha tests
* npm run cov : generate html and lcov reports

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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