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

client-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-oauth2 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

package.json
{
"name": "client-oauth2",
"version": "0.0.2",
"version": "0.0.3",
"description": "A no-dependency library for executing OAuth 2.0 flows.",

@@ -28,2 +28,3 @@ "main": "client-oauth2.js",

"gulp-jshint": "^1.8.4",
"is-travis": "^1.0.0",
"karma": "^0.12.23",

@@ -30,0 +31,0 @@ "karma-chrome-launcher": "^0.1.4",

@@ -126,3 +126,3 @@ # Client OAuth 2.0

[npm-url]: https://npmjs.org/package/client-oauth2
[travis-image]: https://img.shields.io/travis/mulesoft-labs/client-oauth2.svg?style=flat
[travis-url]: https://travis-ci.org/mulesoft-labs/client-oauth2
[travis-image]: https://img.shields.io/travis/mulesoft/js-client-oauth2.svg?style=flat
[travis-url]: https://travis-ci.org/mulesoft/js-client-oauth2

@@ -1,2 +0,3 @@

var path = require('path');
var path = require('path');
var isTravis = require('is-travis');

@@ -105,3 +106,3 @@ /**

*/
browsers: ['Chrome', 'Firefox', 'PhantomJS'],
browsers: isTravis ? ['PhantomJS'] : ['Chrome', 'Firefox', 'PhantomJS'],

@@ -108,0 +109,0 @@ /**

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