Socket
Socket
Sign inDemoInstall

@s-libs/app-state

Package Overview
Dependencies
6
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.0 to 17.0.0-next.0

2

lib/utils/persistent-store.d.ts

@@ -38,3 +38,3 @@ import { MigrationManager, VersionedObject } from '@s-libs/js-core';

*
* Later when you want to change the schema of the state, it's time to take advantage of the `{@link MigrationManager}:
* At this point, if you change `_version` the store will be reset to the default state. This is a convenience during initial development of your app. Once it is released to real users, you will want to use a {@link MigrationManager} to avoid wiping out your users' data:
*

@@ -41,0 +41,0 @@ * ```ts

{
"name": "@s-libs/app-state",
"version": "16.1.0",
"version": "17.0.0-next.0",
"author": "Simonton Software",

@@ -13,5 +13,5 @@ "license": "MIT",

"peerDependencies": {
"@s-libs/js-core": "^16.1.0",
"@s-libs/micro-dash": "^16.1.0",
"@s-libs/rxjs-core": "^16.1.0"
"@s-libs/js-core": "^17.0.0-next.0",
"@s-libs/micro-dash": "^17.0.0-next.0",
"@s-libs/rxjs-core": "^17.0.0-next.0"
},

@@ -18,0 +18,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc