Socket
Socket
Sign inDemoInstall

@ngxs/store

Package Overview
Dependencies
Maintainers
1
Versions
1302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs/store - npm Package Compare versions

Comparing version 18.1.1-dev.master-502466d to 18.1.1-dev.master-77cf50d

2

internals/testing/index.d.ts
export { freshPlatform } from './fresh-platform';
export { NgxsTestBed } from './ngxs.setup';
export { skipConsoleLogging } from './skip-console-logging';
export { skipConsoleLogging, ConsoleRecord, ConsoleRecorder, loggedError } from './skip-console-logging';
export { NgxsTesting } from './symbol';

@@ -1,1 +0,4 @@

export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T): ReturnType<T>;
export type ConsoleRecord = [string, any[]];
export type ConsoleRecorder = ConsoleRecord[];
export declare function loggedError(message: string): ConsoleRecord;
export declare function skipConsoleLogging<T extends (...args: any[]) => any>(fn: T, consoleRecorder?: ConsoleRecorder): ReturnType<T>;
{
"name": "@ngxs/store",
"version": "18.1.1-dev.master-502466d",
"version": "18.1.1-dev.master-77cf50d",
"license": "MIT",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -15,2 +15,3 @@ <p align="center">

- ✨ Learn about it on the [docs site](https://ngxs.io/)
- 💬 Chat with us on [Discord](https://discord.gg/yT3Q8cXTnz)
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro)

@@ -17,0 +18,0 @@ - 😎 Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration)

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

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