Socket
Socket
Sign inDemoInstall

@solid-primitives/rootless

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/rootless - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

dist/index.d.ts

@@ -19,3 +19,3 @@ import { Owner } from 'solid-js';

*/
declare function createSubRoot<T>(fn: (dispose: VoidFunction) => T, ...owners: (Owner | null)[]): T;
declare function createSubRoot<T>(fn: (dispose: VoidFunction) => T, ...owners: (typeof Owner)[]): T;
/** @deprecated Renamed to `createSubRoot` */

@@ -22,0 +22,0 @@ declare const createBranch: typeof createSubRoot;

@@ -13,3 +13,3 @@ import { getOwner, createRoot, runWithOwner, onCleanup } from 'solid-js';

return fn(dispose);
}, owners[0] || void 0);
}, owners[0]);
}

@@ -16,0 +16,0 @@ var createBranch = createSubRoot;

{
"name": "@solid-primitives/rootless",
"version": "1.2.3",
"version": "1.2.4",
"description": "A collection of helpers that aim to simplify using reactive primitives outside of reactive roots, and managing disposal of reactive roots.",

@@ -49,3 +49,3 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",

"peerDependencies": {
"solid-js": "^1.6.0"
"solid-js": "^1.6.11"
},

@@ -52,0 +52,0 @@ "typesVersions": {},

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