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

@paciolan/remote-module-loader

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paciolan/remote-module-loader - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

3

dist/lib/loadRemoteModule.d.ts

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

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