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

@inmanlabs/location

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inmanlabs/location

MIT Licensed library to add support for Google's Places API and Inmanlabs Location entity.

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Inmanlabs Location Library

MIT Licensed library to add support for Google's Places API and Inmanlabs Location entity.

Package and Deploy to Repo

Package:

yarn package

Login:

npm login

Publish:

npm publish /inmanlabs/workspace/inman-commons/inman-angular/location-lib/dist/location/inmanlabs-location-v0.0.1.tgz --access public

To Bootstrap Future Projects

To bootstrap new lib project:

ng new location-lib --create-application=false
cd location-lib
ng generate library location --prefix=inm
ng generate application location-tester

Add to package.json (under "scripts"):

{
  "ng": "ng",
  "start": "ng serve",
  "build": "ng build location",
  "copy_license": "cp ./LICENSE ./dist/location",
  "copy_readme": "cp ./README.md ./dist/location",
  "copy_files": "npm run copy_license && npm run copy_readme",
  "package": "ng build location && yarn copy_files && cd dist/location && yarn pack",
  "publish": "npm publish /inmanlabs/workspace/inman-commons/inman-angular/location-lib/dist/location/inmanlabs-location-v*.tgz --access public",
  "test": "ng test",
  "lint": "ng lint",
  "e2e": "ng e2e"
}

In "inner" package.json, add organization name to package name:

"@inmanlabs/location"

Add LICENSE file to top directory. Update README to reflect library content.

FAQs

Package last updated on 08 Apr 2019

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