Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
meanie-angular-geo-locate
Advanced tools
AngularJS module for geolocation
You can install this package using meanie
, npm
or bower
.
meanie install angular-geo-locate
Then add GeoLocate.Service
as a dependency for your app:
angular.module('App.MyModule', ['GeoLocate.Service']);
npm install meanie-angular-geo-locate
Then add as a dependency for your app:
angular.module('App.MyModule', [require('meanie-angular-geo-locate')]);
bower install meanie-angular-geo-locate
Add a <script>
to your index.html
:
<script src="/bower_components/meanie-angular-geo-locate/release/meanie-angular-geo-locate.js"></script>
Then add GeoLocate.Service
as a dependency for your app:
angular.module('App.MyModule', ['GeoLocate.Service']);
angular.module('App.MyModule').controller('MyController', function($geoLocate) {
$geoLocate().then(function(position) {
//Position obtained
}, function(reason) {
//Geolocation failed due to reason
});
});
Please report any bugs, issues, suggestions and feature requests in the meanie-angular-geo-locate issue tracker.
Pull requests are welcome! Please create them against the dev branch of the repository.
If you would like to contribute to Meanie, please check out the Meanie contributing guidelines.
(MIT License)
Copyright 2015, Adam Buczynski
FAQs
An Angular service for geo location
The npm package meanie-angular-geo-locate receives a total of 0 weekly downloads. As such, meanie-angular-geo-locate popularity was classified as not popular.
We found that meanie-angular-geo-locate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.