New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.26 to 3.0.27

2

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

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

@@ -138,3 +138,3 @@ "use strict";

return this.req.getBaseUrl();
if (!this.backend)
if (!this.backend || typeof (window) != "undefined")
return window.location.pathname;

@@ -141,0 +141,0 @@ return undefined;

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