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

pinia

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinia - npm Package Compare versions

Comparing version 2.0.24 to 2.0.25

4

dist/pinia.d.ts

@@ -576,3 +576,3 @@ import { App } from 'vue-demi';

*/
export declare function setMapStoreSuffix(suffix: MapStoresCustomization extends Record<'suffix', string> ? MapStoresCustomization['suffix'] : string): void;
export declare function setMapStoreSuffix(suffix: MapStoresCustomization extends Record<'suffix', infer Suffix extends string> ? Suffix : string): void;

@@ -644,3 +644,3 @@ /**

export declare type _StoreObject<S> = S extends StoreDefinition<infer Ids, infer State, infer Getters, infer Actions> ? {
[Id in `${Ids}${MapStoresCustomization extends Record<'suffix', string> ? MapStoresCustomization['suffix'] : 'Store'}`]: () => Store<Id extends `${infer RealId}${MapStoresCustomization extends Record<'suffix', string> ? MapStoresCustomization['suffix'] : 'Store'}` ? RealId : string, State, Getters, Actions>;
[Id in `${Ids}${MapStoresCustomization extends Record<'suffix', infer Suffix extends string> ? Suffix : 'Store'}`]: () => Store<Id extends `${infer RealId}${MapStoresCustomization extends Record<'suffix', infer Suffix extends string> ? Suffix : 'Store'}` ? RealId : string, State, Getters, Actions>;
} : {};

@@ -647,0 +647,0 @@

/*!
* pinia v2.0.24
* pinia v2.0.25
* (c) 2022 Eduardo San Martin Morote

@@ -4,0 +4,0 @@ * @license MIT

{
"name": "pinia",
"version": "2.0.24",
"version": "2.0.25",
"description": "Intuitive, type safe and flexible Store for Vue",

@@ -65,4 +65,4 @@ "main": "index.js",

"devDependencies": {
"@microsoft/api-extractor": "7.28.6",
"@vue/test-utils": "^2.2.1"
"@microsoft/api-extractor": "7.33.6",
"@vue/test-utils": "^2.2.4"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc