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

@rallie/load-html

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rallie/load-html - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

./dist/index.umd.js

2

dist/index.es.js

@@ -32,3 +32,3 @@ /******************************************************************************

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -35,0 +35,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -38,3 +38,3 @@ (function (global, factory) {

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -222,3 +222,3 @@ if (y = 0, t) op = [op[0] & 2, t.value];

exports["default"] = loadHtml;
exports.default = loadHtml;
exports.loadHtml = loadHtml;

@@ -225,0 +225,0 @@

import { MiddlewareFnType } from '@rallie/core';
export declare type Config = {
export type Config = {
regardHtmlPathAsRoot?: boolean;

@@ -4,0 +4,0 @@ fetch?: typeof window.fetch;

{
"name": "@rallie/load-html",
"version": "0.11.0",
"version": "0.12.0",
"description": "a middleware to load resources from html",

@@ -14,3 +14,3 @@ "main": "./dist/index.umd.js",

"scripts": {
"build": "rollup -c rollup.config.js"
"build": "rollup -c rollup.config.mjs"
},

@@ -26,5 +26,5 @@ "repository": {

"devDependencies": {
"@rallie/core": "0.11.0"
"@rallie/core": "0.12.0"
},
"gitHead": "41dbe8aae6e67c2d6f8ecd71055531da1e0769da"
"gitHead": "bc6d9465958937011c312f9680d9c8190f081e1b"
}
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