New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trimblemaps/webtools-common

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trimblemaps/webtools-common - npm Package Compare versions

Comparing version 0.4.9 to 0.5.0

8

javascript/AngularJS/alk-single-search/singleSearch.service.js

@@ -101,2 +101,10 @@ /** @typedef {Object} singleSearchService

}
else if (searchParams.placesJWT) {
// Use Places JWT instead of API key
requestConfig.headers = {
Authorization : searchParams.placesJWT
};
delete searchParams.placesJWT;
delete searchParams.authToken;
}
requestConfig.params = searchParams

@@ -103,0 +111,0 @@

2

package.json
{
"name": "@trimblemaps/webtools-common",
"version": "0.4.9",
"version": "0.5.0",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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