Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storeon/solidjs

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storeon/solidjs - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

## 3.0.1
- Drop support for solid-js < v1.
- Drop support for node < v12.
## 2.0.0

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

12

package.json
{
"name": "@storeon/solidjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "A tiny connector for Storeon and Solid.js",

@@ -13,6 +13,3 @@ "main": "index.js",

"type": "module",
"exports": {
"require": "./index.cjs",
"import": "./index.js"
},
"exports": "./index.js",
"engines": {

@@ -35,3 +32,3 @@ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"

"test": "node --experimental-vm-modules node_modules/.bin/jest --coverage && yarn lint && size-limit",
"publish": "dual-publish"
"publish": "clean-publish"
},

@@ -47,7 +44,6 @@ "peerDependencies": {

"@logux/eslint-config": "^46.0.0",
"@size-limit/dual-publish": "^6.0.3",
"@size-limit/preset-small-lib": "^6.0.3",
"@testing-library/jest-dom": "^5.14.1",
"babel-preset-solid": "^1.1.7",
"dual-publish": "^2.0.2",
"clean-publish": "^3.4.2",
"eslint": "^8.1.0",

@@ -54,0 +50,0 @@ "eslint-config-standard": "^16.0.3",

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