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.28 to 3.0.29

2

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

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

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

allActions: [],
runningOnServer: typeof module !== 'undefined' && !!module.exports,
runningOnServer: typeof process !== 'undefined',
runActionWithoutBlockingUI: function (what) { return what(); },

@@ -155,0 +155,0 @@ startBusyWithProgress: function () { return ({

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