Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "yammer", | ||
"description": "Simple Yammer API client using OAuth 2", | ||
"version": "0.0.2", | ||
"author": "Simon Murtha-Smith <simon@murtha-smith.com>", | ||
"keywords": ["yammer"], | ||
"main" : "lib/yammer_client.js", | ||
"directories" : { "lib" : "./lib" }, | ||
"dependencies": { "request": ">=2.1.1" }, | ||
"repository" : {"type": "git" , "url": "http://github.com/smurthas/yammer-js.git" }, | ||
"engines": { "node": ">=0.2.0 <0.7.0" } | ||
"name": "yammer", | ||
"description": "Client library for the yammer api", | ||
"version": "0.1.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/polotek/node-yammer.git" | ||
}, | ||
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>", | ||
"maintainer": "polotek (Marco Rogers)", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "node tests.js" | ||
}, | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"dependencies": { | ||
"request": "~2.34", | ||
"otools": "*" | ||
}, | ||
"devDependencies": { | ||
"tape": "1.x", | ||
"mock": "0.1.x", | ||
"sinon": "~1.9" | ||
} | ||
} |
@@ -1,19 +0,13 @@ | ||
# yammer-js | ||
# Client library for the yammer api. | ||
Simple Yammer API client for express + connect. | ||
``` | ||
var Yammer = new require('node-yammer').Yammer; | ||
npm install yammer | ||
// oauth2 access token | ||
var yam = new Yammer({ access_token: token }); | ||
yam.messages(function(res, body) { | ||
console.log(body.messages); | ||
}); | ||
``` | ||
## Usage | ||
yammer has only one method: | ||
* apiCall(_http_method_, _path_, _params_, _callback_): Does a call to the Yammer API. | ||
Params must contain the token (in the access_token field). | ||
## Test | ||
``` | ||
node example/test.js <access_token> | ||
``` | ||
Docs coming soon. But the method names in the source are pretty straight forward. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37232
7
428
2
3
2
14
2
+ Addedotools@*
+ Addedasn1@0.1.11(transitive)
+ Addedassert-plus@0.1.5(transitive)
+ Addedasync@0.9.2(transitive)
+ Addedaws-sign2@0.5.0(transitive)
+ Addedboom@0.4.2(transitive)
+ Addedcombined-stream@0.0.7(transitive)
+ Addedcryptiles@0.2.2(transitive)
+ Addedctype@0.5.3(transitive)
+ Addeddelayed-stream@0.0.5(transitive)
+ Addedforever-agent@0.5.2(transitive)
+ Addedform-data@0.1.4(transitive)
+ Addedhawk@1.0.0(transitive)
+ Addedhoek@0.9.1(transitive)
+ Addedhttp-signature@0.10.1(transitive)
+ Addedmime@1.2.11(transitive)
+ Addednode-uuid@1.4.8(transitive)
+ Addedoauth-sign@0.3.0(transitive)
+ Addedotools@0.0.1(transitive)
+ Addedqs@0.6.6(transitive)
+ Addedrequest@2.34.0(transitive)
+ Addedsntp@0.2.4(transitive)
+ Addedtldts@6.1.69(transitive)
+ Addedtldts-core@6.1.69(transitive)
+ Addedtough-cookie@5.0.0(transitive)
+ Addedtunnel-agent@0.3.0(transitive)
- Removedajv@6.12.6(transitive)
- Removedasn1@0.2.6(transitive)
- Removedassert-plus@1.0.0(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedaws-sign2@0.7.0(transitive)
- Removedaws4@1.13.2(transitive)
- Removedbcrypt-pbkdf@1.0.2(transitive)
- Removedcaseless@0.12.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcore-util-is@1.0.2(transitive)
- Removeddashdash@1.14.1(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedecc-jsbn@0.1.2(transitive)
- Removedextend@3.0.2(transitive)
- Removedextsprintf@1.3.0(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedform-data@2.3.3(transitive)
- Removedgetpass@0.1.7(transitive)
- Removedhar-schema@2.0.0(transitive)
- Removedhar-validator@5.1.5(transitive)
- Removedhttp-signature@1.2.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedisstream@0.1.2(transitive)
- Removedjsbn@0.1.1(transitive)
- Removedjson-schema@0.4.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedjsprim@1.4.2(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedoauth-sign@0.9.0(transitive)
- Removedperformance-now@2.1.0(transitive)
- Removedpsl@1.15.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@6.5.3(transitive)
- Removedrequest@2.88.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsshpk@1.18.0(transitive)
- Removedtough-cookie@2.5.0(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedtweetnacl@0.14.5(transitive)
- Removeduri-js@4.4.1(transitive)
- Removeduuid@3.4.0(transitive)
- Removedverror@1.10.0(transitive)
Updatedrequest@~2.34