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

@remult/core

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remult/core - npm Package Compare versions

Comparing version 3.0.25 to 3.0.26

2

package.json
{
"name": "@remult/core",
"schematics": "./schematics/collection.json",
"version": "3.0.25",
"version": "3.0.26",
"description": "remult core lib",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -136,3 +136,7 @@ "use strict";

Context.prototype.getPathInUrl = function () {
return window.location.pathname;
if (this.req)
return this.req.getBaseUrl();
if (!this.backend)
return window.location.pathname;
return undefined;
};

@@ -139,0 +143,0 @@ Context.prototype.getOrigin = function () {

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