New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

solid-refresh

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-refresh - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

LICENSE

8

dist/solid-refresh.js

@@ -7,3 +7,3 @@ 'use strict';

function hot(Comp, hot) {
function hot$1(Comp, hot) {
if (hot) {

@@ -23,3 +23,3 @@ const [comp, setComp] = solidJs.createSignal(Comp);

function hot$1(Comp, isHot) {
function hot(Comp, isHot) {
let _$Component = Comp;

@@ -39,3 +39,3 @@ function _$handler(newModule) {

exports.esm = hot$1;
exports.standard = hot;
exports.esm = hot;
exports.standard = hot$1;

@@ -6,7 +6,7 @@ {

"license": "MIT",
"version": "0.1.1",
"homepage": "https://github.com/ryansolid/solid-refresh#readme",
"version": "0.1.2",
"homepage": "https://github.com/solidui/solid-refresh#readme",
"repository": {
"type": "git",
"url": "https://github.com/ryansolid/solid-refresh"
"url": "https://github.com/solidui/solid-refresh"
},

@@ -25,9 +25,9 @@ "main": "dist/solid-refresh.js",

"devDependencies": {
"@rollup/plugin-node-resolve": "11.1.1",
"rollup": "^2.39.0",
"solid-js": "^0.25.0"
"@rollup/plugin-node-resolve": "11.2.1",
"rollup": "^2.45.0",
"solid-js": "^0.26.3"
},
"peerDependencies": {
"solid-js": "^0.25.0"
"solid-js": "*"
}
}

@@ -6,6 +6,6 @@ # Solid Refresh

* Webpack
* Vite (with option `bundler: "vite"`)
* Parcel
* Rollup/Nollup
* Vite (with option `bundler: "esm"`)
## How it works

@@ -12,0 +12,0 @@

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