Socket
Socket
Sign inDemoInstall

@prefresh/core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prefresh/core - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

CHANGELOG.md
# @prefresh/core
## 1.3.1
### Patch Changes
- [`c256066`](https://github.com/JoviDeCroock/prefresh/commit/c2560664e794bbd50f26d10953b0d63fb563b26c) [#296](https://github.com/JoviDeCroock/prefresh/pull/296) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Skip registration of non-function nodes
## 1.3.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@prefresh/core",
"version": "1.3.0",
"version": "1.3.1",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "exports": {

@@ -196,2 +196,4 @@ // Options for Preact.

register: (type, id) => {
if (typeof type !== 'function') return;
if (typesById.has(id)) {

@@ -198,0 +200,0 @@ const existing = typesById.get(id);

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