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

@ng-web-apis/geolocation

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-web-apis/geolocation - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

2

package.json
{
"name": "@ng-web-apis/geolocation",
"version": "4.0.1",
"version": "4.1.0",
"description": "This is a library for declarative use of Geolocation API with Angular",

@@ -5,0 +5,0 @@ "keywords": [

@@ -72,7 +72,5 @@ # ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/geolocation/logo.svg) Geolocation API for Angular

```ts
export class YourComponent {
constructor(
@Inject(GEOLOCATION_SUPPORT) private readonly geolocationSupport: boolean
) {}
...
export class Example {
constructor(@Inject(GEOLOCATION_SUPPORT) private readonly geolocationSupport: boolean) {}
}
```

@@ -79,0 +77,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