can-ndjson-stream
Advanced tools
Comparing version 0.1.8 to 1.0.0
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var stealTools = require("steal-tools"); | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
/*exported ndjsonStream*/ | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var express = require('express'); | ||
@@ -2,0 +3,0 @@ var fs = require('fs'); |
@@ -1,2 +0,2 @@ | ||
/*can-ndjson-stream@0.1.7#can-ndjson-stream*/ | ||
/*can-ndjson-stream@0.1.8#can-ndjson-stream*/ | ||
define([ | ||
@@ -8,2 +8,3 @@ 'require', | ||
], function (require, exports, module) { | ||
'use strict'; | ||
var namespace = require('can-namespace'); | ||
@@ -10,0 +11,0 @@ var ndjsonStream = function (response) { |
@@ -1,2 +0,3 @@ | ||
/*can-ndjson-stream@0.1.7#can-ndjson-stream*/ | ||
/*can-ndjson-stream@0.1.8#can-ndjson-stream*/ | ||
'use strict'; | ||
var namespace = require('can-namespace'); | ||
@@ -3,0 +4,0 @@ var ndjsonStream = function (response) { |
@@ -0,1 +1,33 @@ | ||
/*[process-shim]*/ | ||
(function(global, env) { | ||
// jshint ignore:line | ||
if (typeof process === "undefined") { | ||
global.process = { | ||
argv: [], | ||
cwd: function() { | ||
return ""; | ||
}, | ||
browser: true, | ||
env: { | ||
NODE_ENV: env || "development" | ||
}, | ||
version: "", | ||
platform: | ||
global.navigator && | ||
global.navigator.userAgent && | ||
/Windows/.test(global.navigator.userAgent) | ||
? "win" | ||
: "" | ||
}; | ||
} | ||
})( | ||
typeof self == "object" && self.Object == Object | ||
? self | ||
: typeof process === "object" && | ||
Object.prototype.toString.call(process) === "[object process]" | ||
? global | ||
: window, | ||
"development" | ||
); | ||
/*[global-shim-start]*/ | ||
@@ -123,3 +155,8 @@ (function(exports, global, doEval) { | ||
{ "can-namespace": "can" }, | ||
typeof self == "object" && self.Object == Object ? self : window, | ||
typeof self == "object" && self.Object == Object | ||
? self | ||
: typeof process === "object" && | ||
Object.prototype.toString.call(process) === "[object process]" | ||
? global | ||
: window, | ||
function(__$source__, __$global__) { | ||
@@ -135,3 +172,3 @@ // jshint ignore:line | ||
}); | ||
/*can-ndjson-stream@0.1.7#can-ndjson-stream*/ | ||
/*can-ndjson-stream@0.1.8#can-ndjson-stream*/ | ||
define('can-ndjson-stream', [ | ||
@@ -143,2 +180,3 @@ 'require', | ||
], function (require, exports, module) { | ||
'use strict'; | ||
var namespace = require('can-namespace'); | ||
@@ -206,2 +244,2 @@ var ndjsonStream = function (response) { | ||
} | ||
)(typeof self == "object" && self.Object == Object ? self : window); | ||
)(typeof self == "object" && self.Object == Object ? self : (typeof process === "object" && Object.prototype.toString.call(process) === "[object process]") ? global : window); |
{ | ||
"name": "can-ndjson-stream", | ||
"version": "0.1.8", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -49,3 +49,3 @@ "homepage": "", | ||
"detect-cyclic-packages": "^1.1.0", | ||
"http-server": "^0.10.0", | ||
"http-server": "^0.11.0", | ||
"jshint": "^2.9.1", | ||
@@ -57,3 +57,3 @@ "saucelabs": "^1.4.0", | ||
"test-saucelabs": "0.0.3", | ||
"testee": "^0.7.0" | ||
"testee": "^0.8.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "licenses": [ |
@@ -5,3 +5,3 @@ var testee = require("testee"); | ||
"os": "windows", | ||
"os_version": "10", | ||
"os_version": "10", | ||
"browser": "chrome", | ||
@@ -8,0 +8,0 @@ "browser_version": "latest" |
Sorry, the diff of this file is not supported yet
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
760327
592
1