Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "asc", | ||
"description": "A middleware layer between a service and a client. The service could be an in-process library, a file, an external web service, anything. Any time the results from a resource call can be cached, you can use ASC as a proxy to that resource.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Anthony Hildoer <anthony@bluerival.com>", | ||
@@ -14,3 +14,3 @@ "repository": { | ||
"devDependencies": { | ||
"mocha": "~1.8.0" | ||
"mocha": "~1" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
@@ -136,3 +136,4 @@ ASC (pronounced "ASK") | ||
request( { | ||
url: "http://profile-server.mydomain.com/users/" + usernames.join( ',' ); | ||
url: "http://profile-server.mydomain.com/users/" + | ||
usernames.join( ',' ); | ||
}, | ||
@@ -183,5 +184,6 @@ function( err, result ) { | ||
// and typically this will reduce the servicing time. | ||
profileCache.getBatch( [ 'anthony', 'jackson', 'lilly', 'landon' ], function ( values ) { | ||
console.log( values ); | ||
} ); | ||
profileCache.getBatch( [ 'anthony', 'jackson', 'lilly', 'landon' ], | ||
function ( values ) { | ||
console.log( values ); | ||
} ); | ||
@@ -188,0 +190,0 @@ // this will not trigger a call to update, instead it will get data when the |
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
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
32385
229
1