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

@tethys/store

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tethys/store - npm Package Compare versions

Comparing version 14.1.0-next.3 to 14.1.0

2

package.json
{
"name": "@tethys/store",
"version": "14.1.0-next.3",
"version": "14.1.0",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^14.0.0",

import { InjectionToken } from '@angular/core';
import { Id as CDKId } from '@tethys/cdk';
export declare const META_KEY = "__THY_META__";
export declare const ROOT_STORES_TOKEN: InjectionToken<any>;
export declare const FEATURE_STORES_TOKEN: InjectionToken<any>;
export declare type Id = string;
export declare type Id = CDKId;
export interface PaginationInfo {

@@ -7,0 +8,0 @@ count?: number;

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc