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

@blockprotocol/external-api

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockprotocol/external-api - npm Package Compare versions

Comparing version 0.0.1-canary.6 to 0.0.1-canary.7

9

dist/types.d.ts

@@ -153,5 +153,14 @@ import { MessageCallback } from "@blockprotocol/core";

export type EmbedderExternalApiMessageCallbacks = {
/** Mapbox Geocoding API */
mapboxForwardGeocoding: MessageCallback<MapboxForwardGeocodingData, null, MapboxForwardGeocodingResponseData, null>;
mapboxReverseGeocoding: MessageCallback<MapboxReverseGeocodingData, null, MapboxReverseGeocodingResponseData, null>;
/** Mapbox Directions API */
mapboxRetrieveDirections: MessageCallback<MapboxRetrieveDirectionsData, null, MapboxRetrieveDirectionsResponseData, null>;
/** Mapbox Isochrone API */
mapboxRetrieveIsochrones: MessageCallback<MapboxRetrieveIsochronesData, null, MapboxRetrieveIsochronesResponseData, null>;
/** Mapbox Autofill API */
mapboxSuggestAddress: MessageCallback<MapboxSuggestAddressData, null, MapboxSuggestAddressResponseData, null>;
mapboxRetrieveAddress: MessageCallback<MapboxRetrieveAddressData, null, MapboxRetrieveAddressResponseData, null>;
mapboxCanRetrieveAddress: MessageCallback<MapboxCanRetrieveAddressData, null, MapboxCanRetrieveAddressResponseData, null>;
/** Mapbox Static Map API */
mapboxRetrieveStaticMap: MessageCallback<MapboxRetrieveStaticMapData, null, MapboxRetrieveStaticMapResponseData, null>;

@@ -158,0 +167,0 @@ };

2

package.json
{
"name": "@blockprotocol/external-api",
"version": "0.0.1-canary.6",
"version": "0.0.1-canary.7",
"description": "Implementation of the Block Protocol external API service specification for blocks and embedding applications",

@@ -5,0 +5,0 @@ "keywords": [

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