Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-ndjson-stream

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-ndjson-stream - npm Package Compare versions

Comparing version 0.1.8 to 1.0.0

1

build.js

@@ -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');

3

dist/amd/can-ndjson-stream.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc