Comparing version 0.4.7 to 0.4.8
{ | ||
"name": "burro", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "auto-packaged, length-prefixed JSON byte streams", | ||
"main": "lib/burro", | ||
"scripts": { | ||
"test": "mocha -R nyan" | ||
"test": "mocha -R spec" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -5,3 +5,3 @@ var assert = require("assert"), | ||
describe("Decoder", function(){ | ||
describe("burro.Decoder", function(){ | ||
@@ -8,0 +8,0 @@ var decoder, writable; |
@@ -5,3 +5,3 @@ var assert = require("assert"), | ||
describe("Encoder", function(){ | ||
describe("burro.Encoder", function(){ | ||
@@ -8,0 +8,0 @@ var encoder, writable; |
@@ -5,3 +5,3 @@ var assert = require("assert"), | ||
describe("Burro socket", function(){ | ||
describe("burro.wrap events", function(){ | ||
@@ -8,0 +8,0 @@ var bob, alice, metal, socket, events; |
@@ -5,3 +5,3 @@ var assert = require("assert"), | ||
describe("Framer", function(){ | ||
describe("burro.Framer", function(){ | ||
@@ -8,0 +8,0 @@ var framer, writable; |
@@ -6,3 +6,3 @@ var assert = require("assert"), | ||
describe("Burro", function(){ | ||
describe("burro.wrap(slow)", function(){ | ||
@@ -9,0 +9,0 @@ it("should receive objects from a slow stream", function(done) { |
@@ -5,3 +5,3 @@ var assert = require("assert"), | ||
describe("Burro", function(){ | ||
describe("burro integration", function(){ | ||
@@ -8,0 +8,0 @@ var bob, alice, socket; |
@@ -5,3 +5,3 @@ var assert = require("assert"), | ||
describe("Burro", function(){ | ||
describe("burro.wrap pipe events", function(){ | ||
@@ -8,0 +8,0 @@ var bob, alice, socket; |
@@ -5,3 +5,3 @@ var assert = require("assert"), | ||
describe("Unframer", function(){ | ||
describe("burro.Unframer", function(){ | ||
@@ -8,0 +8,0 @@ var unframer, writable; |
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
19976