@preact/signals
Advanced tools
Comparing version 1.1.3 to 1.1.4
# @preact/signals | ||
## 1.1.4 | ||
### Patch Changes | ||
- [#373](https://github.com/preactjs/signals/pull/373) [`8c12a0d`](https://github.com/preactjs/signals/commit/8c12a0df74f00e9cab04e999fc443889b3528c04) Thanks [@rschristian](https://github.com/rschristian)! - Removes package.json#exports.umd, which had invalid paths if they were ever to be consumed | ||
- Updated dependencies [[`8c12a0d`](https://github.com/preactjs/signals/commit/8c12a0df74f00e9cab04e999fc443889b3528c04), [`26f6526`](https://github.com/preactjs/signals/commit/26f6526875ef0968621c4113594ac95b93de5163)]: | ||
- @preact/signals-core@1.3.1 | ||
## 1.1.3 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@preact/signals", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
@@ -31,3 +31,2 @@ "description": "Manage state with style in Preact", | ||
"browser": "./dist/signals.module.js", | ||
"umd": "./dist/signals.umd.js", | ||
"import": "./dist/signals.mjs", | ||
@@ -39,3 +38,3 @@ "require": "./dist/signals.js" | ||
"dependencies": { | ||
"@preact/signals-core": "^1.2.3" | ||
"@preact/signals-core": "^1.3.1" | ||
}, | ||
@@ -42,0 +41,0 @@ "peerDependencies": { |
@@ -1,2 +0,1 @@ | ||
# Signals | ||
@@ -18,11 +17,11 @@ | ||
- [Guide / API](../../README.md#guide--api) | ||
- [`signal(initialValue)`](../../README.md#signalinitialvalue) | ||
- [`signal.peek()`](../../README.md#signalpeek) | ||
- [`computed(fn)`](../../README.md#computedfn) | ||
- [`effect(fn)`](../../README.md#effectfn) | ||
- [`batch(fn)`](../../README.md#batchfn) | ||
- [`signal(initialValue)`](../../README.md#signalinitialvalue) | ||
- [`signal.peek()`](../../README.md#signalpeek) | ||
- [`computed(fn)`](../../README.md#computedfn) | ||
- [`effect(fn)`](../../README.md#effectfn) | ||
- [`batch(fn)`](../../README.md#batchfn) | ||
- [Preact Integration](#preact-integration) | ||
- [Hooks](#hooks) | ||
- [Rendering optimizations](#rendering-optimizations) | ||
- [Attribute optimization (experimental)](#attribute-optimization-experimental) | ||
- [Hooks](#hooks) | ||
- [Rendering optimizations](#rendering-optimizations) | ||
- [Attribute optimization (experimental)](#attribute-optimization-experimental) | ||
- [License](#license) | ||
@@ -29,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129069
1105
112
1
Updated@preact/signals-core@^1.3.1