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

oauth_reverse_proxy

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth_reverse_proxy - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

Gruntfile.js

10

package.json
{
"name": "oauth_reverse_proxy",
"description": "An OAuth 1.0a authenticating reverse proxy",
"version": "0.9.1",
"version": "0.9.2",
"contributors": [

@@ -24,3 +24,6 @@ {

"compression": "1.0.6",
"coveralls": "^2.11.2",
"express": "4.0.0",
"grunt": "^0.4.5",
"grunt-coveralls": "^1.0.0",
"istanbul": "0.2.11",

@@ -38,5 +41,4 @@ "method-override": "1.0.2",

"test": "./node_modules/.bin/_mocha --reporter spec -t 10000 test | bunyan",
"test_win": ".\\node_modules\\mocha\\bin\\_mocha --reporter spec -t 10000 test",
"cov": "XUNIT_FILE=\"reports/TESTS-xunit.xml\" node_modules/.bin/istanbul cover --root . -x node_modules -x test --dir ./reports ./node_modules/.bin/_mocha -- --reporter xunit-file -t 10000 test",
"cov_win": "SET XUNIT_FILE=reports\\TESTS-xunit.xml& .\\node_modules\\.bin\\istanbul.cmd cover --root . -x node_modules -x test --dir reports .\\node_modules\\mocha\\bin\\_mocha -- --reporter xunit-file -t 10000 test"
"cov": "`npm bin`/istanbul cover --root . -x node_modules -x test --dir ./reports `npm bin`/_mocha -- --reporter spec -t 10000 test",
"coveralls": "npm run cov && node_modules/coveralls/bin/coveralls.js < reports/lcov.info"
},

@@ -43,0 +45,0 @@ "licenses": [

2

readme.md

@@ -11,2 +11,2 @@ oauth_reverse_proxy is an authenticating service proxy that fronts any web server and enforces that callers present the correct OAuth credentials.

![Travis Build](https://travis-ci.org/ryanbreen/oauth_reverse_proxy.svg)
![Travis Build](https://travis-ci.org/Cimpress-MCP/oauth_reverse_proxy.svg)

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