Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tomtom-international/web-sdk-services

Package Overview
Dependencies
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tomtom-international/web-sdk-services - npm Package Compare versions

Comparing version 6.20.0 to 6.21.3

2

esm.d.ts
import tt from './dist/index';
export const staticImage: tt.StaticImageServiceFactory;
export const copyrights: tt.CopyrightsServiceFactory;
export const copyrightsCaption: tt.CopyrightsCaptionServiceFactory;
export const copyrightsV2: tt.CopyrightsV2ServiceFactory;

@@ -7,0 +5,0 @@ export const copyrightsCaptionV2: tt.CopyrightsCaptionV2ServiceFactory;

7

package.json
{
"name": "@tomtom-international/web-sdk-services",
"version": "6.20.0",
"version": "6.21.3",
"description": "TomTom Maps SDK for Web - Services library",

@@ -43,3 +43,3 @@ "main": "dist/services.min.js",

"lodash.isundefined": "3.0.1",
"node-fetch": "3.2.3",
"node-fetch": "3.2.10",
"regenerator-runtime": "0.12.1",

@@ -79,2 +79,3 @@ "uuid": "8.3.2"

"copy-webpack-plugin": "7.0.0",
"dotenv": "16.0.3",
"eslint": "5.9.0",

@@ -97,3 +98,3 @@ "http-server": "0.12.3",

},
"gitHead": "b3a7a63ee46fb9a4951aacda757b32220053b04c"
"gitHead": "b5b6cab817888657e9f44b561eb004eb155d9208"
}

@@ -38,3 +38,3 @@ # Maps SDK for Web - Services library

tt.services.copyrights({
tt.services.copyrightsV2({
key: '<your api key>'

@@ -57,3 +57,3 @@ })

tt.services.copyrights({
tt.services.copyrightsV2({
key: '<your api key>'

@@ -71,5 +71,5 @@ })

```javascript
import { copyrights, placeById } from '@tomtom-international/web-sdk-services/esm';
import { copyrightsV2, placeById } from '@tomtom-international/web-sdk-services/esm';
copyrights({
copyrightsV2({
key: '<your api key>'

@@ -100,3 +100,3 @@ }).then(function (results) {

<script>
tt.services.copyrights({
tt.services.copyrightsV2({
key: "<your api key>"

@@ -103,0 +103,0 @@ })

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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