Socket
Socket
Sign inDemoInstall

icsc-elasticsearch-angular-lib

Package Overview
Dependencies
23
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    icsc-elasticsearch-angular-lib

Library for ICSC ElasticSearch module and components. For use on EE site and in PWA.


Version published
Weekly downloads
67
decreased by-32.32%
Maintainers
3
Install size
3.19 MB
Created
Weekly downloads
 

Readme

Source

icsc-elasticsearch-angular-lib

Library for ICSC ElasticSearch module and components. For use on EE site and in PWA.

Created with generator-angular2-library.

Installation

To install this library, run:

$ npm install icsc-elasticsearch-angular-lib --save

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build
$ npm run build:watch

To lint all *.ts files:

$ npm run lint

Notes

To add package to the library

Add to peerDependencies to src/package.json and add to devDependencies package.json.

To publish changes to npm

# bump version in src/package.json
git add .
git commit -m "Version 0.1.3"
git tag v0.1.3
git push origin master --tags
npm run build
npm publish dist
# git add . && gmm "v1.1.11" && git tag v1.1.11 && gut && npm run build && npm publish dist

Consuming library during development

In library:

cd dist
npm link

In other angular project:

npm link icsc-elasticsearch-angular-lib

In library:

npm run build:watch

More information here.

License

MIT © Foster Made

Keywords

FAQs

Last updated on 11 Aug 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc