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

@proscom/prostore

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/prostore - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

lib/IProstoreContext.d.ts

3

lib/es/storeUtils.d.ts
import { IRequestState, ISkipQueryFn } from './RequestStore';
export declare type PartialKey<Obj, Key extends keyof Obj> = Omit<Obj, Key> & {
[key in Key]?: Obj[Key];
};
export declare type VarsCondition<Vars> = (vars: Vars) => boolean;

@@ -3,0 +6,0 @@ /**

import { IRequestState, ISkipQueryFn } from './RequestStore';
export declare type PartialKey<Obj, Key extends keyof Obj> = Omit<Obj, Key> & {
[key in Key]?: Obj[Key];
};
export declare type VarsCondition<Vars> = (vars: Vars) => boolean;

@@ -3,0 +6,0 @@ /**

4

package.json
{
"name": "@proscom/prostore",
"version": "0.1.0",
"version": "0.1.2",
"description": "> TODO: description",

@@ -35,3 +35,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>",

},
"gitHead": "041eb4482d6d97d7461d8b24cbfa95e110c8e8ea"
"gitHead": "843db22013e3501b4a92cbae0b12367680a2f386"
}

@@ -5,2 +5,4 @@ import * as isEqual from 'lodash/isEqual';

export type PartialKey<Obj, Key extends keyof Obj> = Omit<Obj, Key> & { [key in Key]?: Obj[Key] };
export type VarsCondition<Vars> = (vars: Vars) => boolean;

@@ -7,0 +9,0 @@

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