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

@solid-primitives/memo

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/memo - npm Package Compare versions

Comparing version 0.0.300 to 0.0.310

2

dist/index.js

@@ -50,3 +50,3 @@ // src/index.ts

const [state, setState] = createSignal(options.value, options);
const [fn] = debounce(() => track(() => setState(calc)), timeoutMs);
const fn = debounce(() => track(() => setState(calc)), timeoutMs);
const track = createPureReaction(() => {

@@ -53,0 +53,0 @@ fn();

{
"name": "@solid-primitives/memo",
"version": "0.0.300",
"version": "0.0.310",
"description": "Collection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"contributors": [],
"license": "MIT",

@@ -12,5 +13,8 @@ "homepage": "https://github.com/davedbase/solid-primitives/tree/main/packages/memo#readme",

},
"bugs": {
"url": "https://github.com/davedbase/solid-primitives/issues"
},
"primitive": {
"name": "memo",
"stage": 1,
"stage": 2,
"list": [

@@ -50,3 +54,3 @@ "createCurtain",

"@solid-primitives/utils": "^0.2.1",
"@solid-primitives/debounce": "^1.1.1",
"@solid-primitives/debounce": "^1.2.0",
"@solid-primitives/throttle": "^1.1.1"

@@ -53,0 +57,0 @@ },

@@ -6,3 +6,3 @@ # @solid-primitives/memo

[![version](https://img.shields.io/npm/v/@solid-primitives/memo?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/memo)
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-1.json)](https://github.com/davedbase/solid-primitives#contribution-process)
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-2.json)](https://github.com/davedbase/solid-primitives#contribution-process)

@@ -9,0 +9,0 @@ Collection of custom `createMemo` primitives. They extend it's functionality while keeping the usage similar.

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