superagent-defaults
Advanced tools
Comparing version 0.1.6 to 0.1.8
@@ -5,6 +5,6 @@ { | ||
"description": "Create some defaults for superagent requests", | ||
"version": "0.1.6", | ||
"version": "0.1.8", | ||
"keywords": [], | ||
"dependencies": { | ||
"visionmedia/superagent": "*", | ||
"tj/superagent": "*", | ||
"component/emitter": "*", | ||
@@ -11,0 +11,0 @@ "camshaft/require-component": "*" |
@@ -9,3 +9,3 @@ /** | ||
var Emitter = require('emitter'); | ||
var methods = require('methods', './methods'); | ||
var methods = require('./methods'); | ||
@@ -12,0 +12,0 @@ /** |
@@ -9,3 +9,21 @@ module.exports = [ | ||
'trace', | ||
'patch' | ||
]; | ||
'copy', | ||
'lock', | ||
'mkcol', | ||
'move', | ||
'purge', | ||
'propfind', | ||
'proppatch', | ||
'unlock', | ||
'report', | ||
'mkactivity', | ||
'checkout', | ||
'merge', | ||
'm-search', | ||
'notify', | ||
'subscribe', | ||
'unsubscribe', | ||
'patch', | ||
'search', | ||
'connect' | ||
]; |
{ | ||
"name": "superagent-defaults", | ||
"version": "0.1.6", | ||
"version": "0.1.8", | ||
"description": "Create some defaults for superagent requests", | ||
@@ -21,3 +21,2 @@ "main": "index.js", | ||
"dependencies": { | ||
"methods": "0.0.1", | ||
"emitter-component": "~1.0.1", | ||
@@ -24,0 +23,0 @@ "require-component": "~0.1.0" |
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
36821
3
1472
1
- Removedmethods@0.0.1
- Removedmethods@0.0.1(transitive)