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

oauth-1.0a

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth-1.0a - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

package.json
{
"name": "oauth-1.0a",
"version": "0.0.4",
"description": "OAuth 1.0a Request Authorization for Node and Browser. Send OAuth request with your favorite HTTP client (request, jQuery.ajax...). No more headache about OAuth 1.0a's stuff or \"oauth_consumer_key, oauth_nonce, oauth_signature....\" parameters, just use your familiar HTTP client to send OAuth requests.",
"version": "0.0.5",
"description": "OAuth 1.0a Request Authorization for Node and Browser.",
"scripts": {

@@ -9,3 +9,3 @@ "test": "mocha",

},
"repository": "https://github.com/joeddo/oauth-1.0a.git",
"repository": "https://github.com/ddo/oauth-1.0a.git",
"keywords": [

@@ -12,0 +12,0 @@ "oauth",

oauth-1.0a
==========
[![Dependencies](https://api.travis-ci.org/joeddo/oauth-1.0a.png)](https://travis-ci.org/joeddo/oauth-1.0a)
[![Dependency Status](https://gemnasium.com/joeddo/oauth-1.0a.png)](https://gemnasium.com/joeddo/oauth-1.0a)
[![Dependencies](https://api.travis-ci.org/ddo/oauth-1.0a.png)](https://travis-ci.org/ddo/oauth-1.0a)
[![Dependency Status](https://david-dm.org/ddo/oauth-1.0a.png?theme=shields.io)](https://david-dm.org/ddo/oauth-1.0a)
[![NPM version](https://badge.fury.io/js/oauth-1.0a.png)](http://badge.fury.io/js/oauth-1.0a)

@@ -43,3 +43,3 @@

###Browser
Download oauth-1.0a.js [here](https://github.com/joeddo/oauth-1.0a/blob/master/lib/oauth-1.0a.js)
Download oauth-1.0a.js [here](https://github.com/ddo/oauth-1.0a/blob/master/lib/oauth-1.0a.js)

@@ -176,3 +176,3 @@ <script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/hmac-sha1.js"></script>

**If you want an easier way to handle your OAuth request. Please visit [SimpleOAuth](https://github.com/joeddo/SimpleOAuth), it's a wrapper of this project, some features:**
**If you want an easier way to handle your OAuth request. Please visit [SimpleOAuth](https://github.com/ddo/SimpleOAuth), it's a wrapper of this project, some features:**

@@ -218,3 +218,3 @@ * Request Token method

* **Google Gadgets**
* **Microsoft Vista Sidebar**...
* **Microsoft Sidebar**...

@@ -221,0 +221,0 @@ For those platforms, this library should come in handy.

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