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

ngx-nearit-api

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-nearit-api

An Angular library to communicate with NearIT API.

  • 0.9.8
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
4
Weekly downloads
 
Created
Source

NGX-NEARIT-API

Api access is implementend as an Angular library that resides in the same .git repository as the project.

The library will become a separated project, for now can be still developed locally with a extra effort.

###To develop new feature: Enable local library by setting the paths object inside tsconfig.json of your main project

"paths": {
    "ngx-nearit-api": [
        "dist/ngx-nearit-api"
    ],
    "ngx-nearit-api/*": [
        "dist/ngx-nearit-api/*"
    ]
}

Restart the IDE.

###To publish a new library version:

  • remove (or comment) local library paths
  • update library version inside library package.json
  • run yarn pack-api command
  • move inside dist/ngx-nearit-api/ folder
  • run npm login
  • run npm publish [tarball name]

FAQs

Package last updated on 26 May 2020

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

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