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
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.6 to 4.0.0

esm2022/index.mjs

3

index.d.ts

@@ -1,4 +0,1 @@

/**
* Public API Surface of geolocation
*/
export * from './services/geolocation.service';

@@ -5,0 +2,0 @@ export * from './tokens/geolocation';

{
"name": "@ng-web-apis/geolocation",
"version": "3.0.6",
"version": "4.0.0",
"description": "This is a library for declarative use of Geolocation API with Angular",

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"tslib": "2.6.2"
"tslib": "2.6.3"
},

@@ -32,11 +32,18 @@ "peerDependencies": {

"@angular/core": ">=6.0.0",
"@ng-web-apis/common": ">=1.0.0"
"@ng-web-apis/common": ">=3.0.6"
},
"main": "bundles/ng-web-apis-geolocation.umd.js",
"module": "fesm2015/ng-web-apis-geolocation.js",
"es2015": "fesm2015/ng-web-apis-geolocation.js",
"esm2015": "esm2015/ng-web-apis-geolocation.js",
"fesm2015": "fesm2015/ng-web-apis-geolocation.js",
"typings": "ng-web-apis-geolocation.d.ts",
"module": "fesm2022/ng-web-apis-geolocation.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-web-apis-geolocation.mjs",
"esm": "./esm2022/ng-web-apis-geolocation.mjs",
"default": "./fesm2022/ng-web-apis-geolocation.mjs"
}
},
"sideEffects": false
}
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class GeolocationService extends Observable<GeolocationPosition> {
constructor(geolocationRef: Geolocation, geolocationSupported: boolean, positionOptions: PositionOptions);
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<GeolocationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GeolocationService>;
}
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