Socket
Socket
Sign inDemoInstall

@mapbox/search-js-react

Package Overview
Dependencies
Maintainers
14
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/search-js-react - npm Package Compare versions

Comparing version 1.0.0-beta.11 to 1.0.0-beta.12

coverage/lcov-report/src/components/Geocoder.tsx.html

6

package.json
{
"name": "@mapbox/search-js-react",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "Search React components with form autocomplete.",

@@ -19,4 +19,4 @@ "main": "dist/index.js",

"dependencies": {
"@mapbox/search-js-core": "^1.0.0-beta.11",
"@mapbox/search-js-web": "^1.0.0-beta.11",
"@mapbox/search-js-core": "^1.0.0-beta.12",
"@mapbox/search-js-web": "^1.0.0-beta.12",
"@types/geojson": "^7946.0.8",

@@ -23,0 +23,0 @@ "@types/react": "^17.0.43"

# `@mapbox/search-js-react`
![Hero](./hero.png)
<!-- ![Hero](./hero.png) -->
[<img width="300" alt="Mapbox logo" src="https://static-assets.mapbox.com/www/logos/mapbox-logo-black.png">](https://www.mapbox.com/)
See the official Search JS React SDK [documentation](https://docs.mapbox.com/mapbox-search-js/api/react/).

@@ -0,1 +1,6 @@

import fetch from 'node-fetch';
import { AbortController } from 'abort-controller';
import { polyfillFetch } from '@mapbox/search-js-core';
/**

@@ -27,1 +32,3 @@ * We need to mock the HTMLDocument in order to test {@link createCSSStyleSheet}.

}));
polyfillFetch({ fetch, AbortController });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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