New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ng-web-apis/geolocation

Package Overview
Dependencies
Maintainers
4
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 3.0.0 to 3.0.1

2

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

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

@@ -1,2 +0,2 @@

# ![ng-web-apis logo](logo.svg) Geolocation API for Angular
# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/geolocation/logo.svg) Geolocation API for Angular

@@ -14,3 +14,3 @@ [![npm version](https://img.shields.io/npm/v/@ng-web-apis/geolocation.svg)](https://npmjs.com/package/@ng-web-apis/geolocation)

```
```bash
npm i @ng-web-apis/common

@@ -21,3 +21,3 @@ ```

```
```bash
npm i @ng-web-apis/geolocation

@@ -35,6 +35,6 @@ ```

```js
```ts
import {GeolocationService} from '@ng-web-apis/geolocation';
...
// ...
constructor(private readonly geolocation$: GeolocationService) {}

@@ -45,3 +45,3 @@ ```

```js
```ts
geolocation$.subscribe(position => doSomethingWithPosition(position));

@@ -53,3 +53,3 @@ ```

```js
```ts
geolocation$.pipe(take(1)).subscribe(position => doSomethingWithPosition(position));

@@ -76,3 +76,3 @@ ```

```js
```ts
export class YourComponent {

@@ -89,3 +89,3 @@ constructor(

```js
```ts
@NgModule({

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