Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
angular2-google-place
Advanced tools
google place auto complete search feature for angular 2 with easy integration
#Angular 2 Google Place Map Library Auto Complete
##Output
##Usage npm install --save angular2-google-place
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&sensor=false&key=API_KEY"></script>
You need to replace the key in above library with your own google api key. You can generate key from here : Generate Key
You also need to enable Google Places API Web Service from google developer Console.
import {GooglePlaceModule} from "angular2-google-place" @NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, FormsModule, HttpModule, GooglePlaceModule ], providers: [], bootstrap: [AppComponent] })
<input type="text" [(ngModel)]="address" (setAddress)="getAddress($event)" googleplace/>
FAQs
google place auto complete search feature for angular 2 with easy integration
The npm package angular2-google-place receives a total of 3 weekly downloads. As such, angular2-google-place popularity was classified as not popular.
We found that angular2-google-place 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.