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

appnexus-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appnexus-api - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

index.js

@@ -1,1 +0,1 @@

module.exports = process.env.APPNEXUS_API_COV ? require('./lib-cov/appnexus.js') : require('./lib/appnexus.js');
module.exports = require('./lib/appnexus.js');
{
"name": "appnexus-api",
"version": "0.0.10",
"description": "Appnexus client for node.js",
"main": "index.js",
"scripts": {
"test": "make test --no-print-directory --quiet",
"coverage": "make test-cov --no-print-directory --quiet"
},
"keywords": [
"appnexus"
],
"author": "d3media AG",
"license": "MIT",
"devDependencies": {
"mocha": "~1.12.1",
"istanbul": "~0.1.43",
"mocha-istanbul": "~0.2.0",
"express": "~3.3.8",
"node-uuid": "~1.4.1",
"debug": "~0.7.2"
},
"dependencies": {
"request": "~2.27.0",
"debug": "~0.7.2",
"limiter": "~1.0.4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/d3media/appnexus-api.git"
},
"bugs": {
"url": "https://github.com/d3media/appnexus-api/issues"
}
"name": "appnexus-api",
"version": "0.0.11",
"description": "Appnexus client for node.js",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --bail --timeout 60000 --check-leaks test/system",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --reporter spec --timeout 60000 --check-leaks test/system"
},
"keywords": [
"appnexus"
],
"author": "d3media AG",
"license": "MIT",
"devDependencies": {
"express": "~3.3.8",
"istanbul": "^0.4.3",
"mocha": "~1.12.1",
"node-uuid": "~1.4.1"
},
"dependencies": {
"debug": "~0.7.2",
"limiter": "^1.1.0",
"request": "^2.72.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/d3media/appnexus-api.git"
},
"bugs": {
"url": "https://github.com/d3media/appnexus-api/issues"
}
}

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