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

@ngxs-labs/select-snapshot

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs-labs/select-snapshot - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

esm2020/index.mjs

4

lib/select-snapshot.module.d.ts
import { ModuleWithProviders, NgModuleRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxsSelectSnapshotModule {
constructor(ngModuleRef: NgModuleRef<any>);
static forRoot(): ModuleWithProviders<NgxsSelectSnapshotModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxsSelectSnapshotModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxsSelectSnapshotModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxsSelectSnapshotModule>;
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="@ngxs-labs/select-snapshot" />
export * from './index';

34

package.json
{
"$schema": "../node_modules/ng-packagr/package.schema.json",
"name": "@ngxs-labs/select-snapshot",
"version": "3.0.0",
"version": "4.0.0",
"repository": {

@@ -19,18 +19,30 @@ "type": "git",

],
"sideEffects": true,
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=10.0.5",
"@ngxs/store": ">=3.4.3",
"@angular/core": ">=13.0.0",
"@ngxs/store": ">=3.7.3",
"rxjs": ">=6.5.2"
},
"main": "bundles/ngxs-labs-select-snapshot.umd.js",
"module": "fesm2015/ngxs-labs-select-snapshot.js",
"es2015": "fesm2015/ngxs-labs-select-snapshot.js",
"esm2015": "esm2015/ngxs-labs-select-snapshot.js",
"fesm2015": "fesm2015/ngxs-labs-select-snapshot.js",
"module": "fesm2015/ngxs-labs-select-snapshot.mjs",
"es2020": "fesm2020/ngxs-labs-select-snapshot.mjs",
"esm2020": "esm2020/ngxs-labs-select-snapshot.mjs",
"fesm2020": "fesm2020/ngxs-labs-select-snapshot.mjs",
"fesm2015": "fesm2015/ngxs-labs-select-snapshot.mjs",
"typings": "ngxs-labs-select-snapshot.d.ts",
"metadata": "ngxs-labs-select-snapshot.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngxs-labs-select-snapshot.d.ts",
"esm2020": "./esm2020/ngxs-labs-select-snapshot.mjs",
"es2020": "./fesm2020/ngxs-labs-select-snapshot.mjs",
"es2015": "./fesm2015/ngxs-labs-select-snapshot.mjs",
"node": "./fesm2015/ngxs-labs-select-snapshot.mjs",
"default": "./fesm2020/ngxs-labs-select-snapshot.mjs"
}
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
}
}
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