Comparing version 0.0.35 to 0.0.36
@@ -1,6 +0,5 @@ | ||
import { Topology, ServerConfig, ProjectMapperOptions, ProjectInfo, BootstrapScriptOptions } from "./types"; | ||
import { Topology, ProjectMapperOptions, ProjectInfo, BootstrapScriptOptions } from "./types"; | ||
export declare function generateProjectInfo(bootstrapOptions: BootstrapScriptOptions): ProjectInfo; | ||
export declare const defTopology: Topology; | ||
export declare const defServerConfig: ServerConfig; | ||
export declare const defProjectMapperOptions: ProjectMapperOptions; | ||
export declare const defBootstrapScriptOptions: BootstrapScriptOptions; |
@@ -5,3 +5,2 @@ "use strict"; | ||
var path = require('path'); | ||
var spdyKeys = require('spdy-keys'); | ||
var nodeSupport = require('./node-support'); | ||
@@ -37,6 +36,2 @@ function generateProjectInfo(bootstrapOptions) { | ||
}; | ||
exports.defServerConfig = _.merge({}, exports.defTopology, { | ||
ssl: spdyKeys, | ||
forceHttp1: false | ||
}); | ||
exports.defProjectMapperOptions = { | ||
@@ -43,0 +38,0 @@ nodeLibs: true, |
@@ -27,11 +27,2 @@ export declare type DirInfoDict = { | ||
} | ||
export interface Certificate { | ||
key: string; | ||
cert: string; | ||
ca?: string; | ||
} | ||
export interface ServerConfig extends Topology { | ||
ssl?: Certificate; | ||
forceHttp1?: boolean; | ||
} | ||
export interface ProjectMapperOptions { | ||
@@ -38,0 +29,0 @@ nodeLibs?: boolean; |
{ | ||
"name": "bundless", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "Experimental bundle-free dependency server", | ||
@@ -37,3 +37,3 @@ "main": "./dist/src/index.js", | ||
"chai": "3.5.0", | ||
"express": "^4.14.0", | ||
"express": "4.14.0", | ||
"fs-extra": "0.30.0", | ||
@@ -55,6 +55,4 @@ "karma": "1.1.1", | ||
"semver": "5.3.0", | ||
"spdy": "3.3.3", | ||
"spdy-keys": "0.0.0", | ||
"systemjs": "0.19.31" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
3
88
2
0
786210
23497
- Removedspdy@3.3.3
- Removedspdy-keys@0.0.0
- Removedcore-util-is@1.0.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removeddetect-node@2.1.0(transitive)
- Removedhandle-thing@1.2.5(transitive)
- Removedhpack.js@2.1.6(transitive)
- Removedhttp-deceiver@1.2.7(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@1.0.0(transitive)
- Removedminimalistic-assert@1.0.1(transitive)
- Removedms@2.0.0(transitive)
- Removedobuf@1.1.2(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.25.2.1(transitive)
- Removedselect-hose@2.0.0(transitive)
- Removedspdy@3.3.3(transitive)
- Removedspdy-keys@0.0.0(transitive)
- Removedspdy-transport@2.1.1(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwbuf@1.7.3(transitive)