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

esendex

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esendex - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

definitions/accounts.d.ts

17

package.json
{
"name": "esendex",
"version": "0.1.1",
"version": "0.1.2",
"description": "Esendex Node.js client library.",
"main": "dist/lib/index.js",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf dist && cd src && tsc",
"test": "cd dist && mocha --require source-map-support/register",
"build": "gulp build",
"test": "gulp test",
"tsd": "tsd install",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require source-map-support/register -R spec dist/test/*.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coveralls"

@@ -28,3 +29,3 @@ },

"engines": {
"node": ">=0.10 <=5"
"node": ">=0.10"
},

@@ -40,6 +41,12 @@ "author": "David Wood <david.p.wood@gmail.com> (http://www.codesleuth.co.uk/)",

"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.9.2",
"istanbul": "^0.4.0",
"merge2": "^0.3.6",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0",
"proxyquire": "^1.7.3",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",

@@ -46,0 +53,0 @@ "source-map-support": "^0.3.3",

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