New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tft/mat-instantsearch

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tft/mat-instantsearch

We just upgraded to latest angular-instantsearch. This is our least used library and the least tested. Please let us know if you find any breaking changes and we'll fix ASAP.

latest
npmnpm
Version
17.0.0
Version published
Maintainers
1
Created
Source

mat-instantsearch

We just upgraded to latest angular-instantsearch. This is our least used library and the least tested. Please let us know if you find any breaking changes and we'll fix ASAP.

Running unit tests

Run nx test mat-instantsearch to execute the unit tests.

Better docs are coming! We had to remove the examples from our stackblitz playground because of a build error that occurs when depending on lodash-es or angular-instantsearch. Hopefully they can get it fixed soon.

Setup

ng add @angular/material

npm i --save angular-instantsearch @tft/mat-instantsearch lodash-es

in polyfills.ts add

// Algolia Search Library
(window as any).process = {
  env: { DEBUG: undefined },
};
import { NgAisModule } from 'angular-instantsearch';
import { MatInstantsearchModule } from '@tft/mat-instantsearch';

  imports: [
    MatInstantsearchModule,
    NgAisModule.forRoot(),
  ]

FAQs

Package last updated on 12 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts