Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
Maintainers
4
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pact-foundation/pact-node - npm Package Compare versions

Comparing version 4.8.1 to 4.8.2

160

package.json
{
"name": "@pact-foundation/pact-node",
"version": "4.8.1",
"description": "A wrapper for the Ruby version of Pact to work within Node",
"main": "./src/pact.js",
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"ia32"
],
"engine": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git://github.com/pact-foundation/pact-node.git"
},
"keywords": [
"pact",
"node",
"wrapper",
"mock",
"service",
"provider",
"verifier"
],
"author": "Michel Boudreau <michelboudreau@gmail.com> (codinghitchhiker.com)",
"contributors": [
"Matt Fellows <m@onegeek.com.au> (http://www.onegeek.com.au)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pact-foundation/pact-node/issues"
},
"dependencies": {
"@pact-foundation/pact-mock-service": "0.10.x",
"@pact-foundation/pact-provider-verifier": "0.1.x",
"bunyan": "^1.8.5",
"bunyan-prettystream": "^0.1.3",
"check-types": "~7.1.5",
"commander": "^2.9.0",
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"request": "^2.79.0",
"underscore": "^1.8.3",
"unixify": "^0.2.1",
"url-join": "^1.1.0"
},
"bin": {
"pact": "./bin/pact-node"
},
"devDependencies": {
"basic-auth": "^1.1.0",
"body-parser": "^1.16.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"cors": "^2.8.1",
"cross-env": "^3.1.4",
"express": "^4.14.1",
"jscs": "3.0.7",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"rewire": "^2.5.2",
"rimraf": "^2.5.4",
"sinon": "^1.17.7"
},
"scripts": {
"clean": "rimraf logs/*",
"lint": "jscs .",
"pretest": "npm run clean && npm run lint",
"test": "./node_modules/.bin/cross-env LOGLEVEL=warn ./node_modules/.bin/mocha -R spec --timeout 10000 ./**/*.spec.js",
"watch": "nodemon -x npm run dev",
"watch:debug": "nodemon --debug -q -w assets/ --ext '.' --exec 'npm run lint'",
"dev": "npm test && node .",
"start": "npm run watch"
},
"homepage": "https://github.com/pact-foundation/pact-node#readme"
"name": "@pact-foundation/pact-node",
"version": "4.8.2",
"description": "A wrapper for the Ruby version of Pact to work within Node",
"main": "./src/pact.js",
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"ia32"
],
"engine": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git://github.com/pact-foundation/pact-node.git"
},
"keywords": [
"pact",
"node",
"wrapper",
"mock",
"service",
"provider",
"verifier"
],
"author": "Michel Boudreau <michelboudreau@gmail.com> (codinghitchhiker.com)",
"contributors": [
"Matt Fellows <m@onegeek.com.au> (http://www.onegeek.com.au)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pact-foundation/pact-node/issues"
},
"dependencies": {
"@pact-foundation/pact-mock-service": "1.x.x",
"@pact-foundation/pact-provider-verifier": "0.1.x",
"bunyan": "^1.8.5",
"bunyan-prettystream": "^0.1.3",
"check-types": "~7.1.5",
"commander": "^2.9.0",
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"request": "^2.79.0",
"underscore": "^1.8.3",
"unixify": "^0.2.1",
"url-join": "^1.1.0"
},
"bin": {
"pact": "./bin/pact-node"
},
"devDependencies": {
"basic-auth": "^1.1.0",
"body-parser": "^1.16.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"cors": "^2.8.1",
"cross-env": "^3.1.4",
"express": "^4.14.1",
"jscs": "3.0.7",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"rewire": "^2.5.2",
"rimraf": "^2.5.4",
"sinon": "^1.17.7"
},
"scripts": {
"clean": "rimraf logs/*",
"lint": "jscs .",
"pretest": "npm run clean && npm run lint",
"test": "./node_modules/.bin/cross-env LOGLEVEL=warn ./node_modules/.bin/mocha -R spec --timeout 10000 ./**/*.spec.js",
"watch": "nodemon -x npm run dev",
"watch:debug": "nodemon --debug -q -w assets/ --ext '.' --exec 'npm run lint'",
"dev": "npm test && node .",
"start": "npm run watch"
},
"homepage": "https://github.com/pact-foundation/pact-node#readme"
}
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