@paciolan/remote-module-loader
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -0,4 +1,5 @@ | ||
import { Fetcher } from "../models"; | ||
export interface CreateLoadRemoteModuleOptions { | ||
requires?: any; | ||
fetcher?: any; | ||
fetcher?: Fetcher; | ||
} | ||
@@ -5,0 +6,0 @@ interface LoadRemoteModule { |
@@ -5,4 +5,4 @@ "use strict"; | ||
var memoize_1 = require("./memoize"); | ||
var nodeFetcher_1 = require("./nodeFetcher"); | ||
var index_1 = require("./xmlHttpRequestFetcher/index"); | ||
var nodeFetcher_1 = require("./nodeFetcher"); | ||
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined"; | ||
@@ -9,0 +9,0 @@ /* istanbul ignore next - difficult to test */ |
{ | ||
"name": "@paciolan/remote-module-loader", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
21919
267