@ng-web-apis/geolocation
Advanced tools
Comparing version 3.0.6 to 4.0.0
@@ -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>; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38714
17
106
1
+ Addedtslib@2.6.3(transitive)
- Removedtslib@2.6.2(transitive)
Updatedtslib@2.6.3