Comparing version 2.0.4 to 2.0.5
@@ -12,3 +12,3 @@ 'use strict'; | ||
spdy.agent = require('./spdy/agent'); | ||
spdy.Agent = spdy.agent; | ||
spdy.Agent = spdy.agent.Agent; | ||
spdy.createAgent = spdy.agent.create; | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "spdy", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Implementation of the SPDY protocol on node.js.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
55471