
Product
Introducing Custom Pull Request Alert Comment Headers
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
js-address-autofill
Advanced tools
An ES6 Module using the Google Places Autocomplete API for address completion in forms.
A Javascript using the Google Places Autocomplete API for address completion in forms.
This section will follow soon, after I've accomplished all tests.
The demo is a simple single website that runs the script for tryouts. It can be set up in short time.
This setup also works for development since the webpack's filewatcher is activated as well.
Create a new file: ´./demo/config.json´ and add your Google Maps API like this:
{
"apiKey": "YOUR_API_KEY_HERE"
}
This will setup the key for your demo environment.
It's also possible to pass the API key within the options directly.
npm start
This should start the server immediately and open up a new browser tab with the demo page.
If not so, there might be a problem with the port configuration. The demo/dev server is configured for Port 9000 on localhost: http://localhost:9000/
To change this setting look in the webpack.config.js
at the property: devServer
.
Following commands are supported by the build system:
npm start // Starts the Devserver
npm run watch // Starts the file watcher for development
npm run prod // Bundles the minified javascript and source maps
npm run dev // Bundles the unminified javascript and source maps
npm run build // Runs lint, test, dev and prod mode at once (to prepare releases)
npm run test // Runs jest testrunner
npm run lint // Runs eslint on source files
FAQs
An ES6 Module using the Google Places Autocomplete API for address completion in forms.
We found that js-address-autofill 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.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.