Socket
Socket
Sign inDemoInstall

agnostic-maps

Package Overview
Dependencies
5
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

4

package.json
{
"name": "agnostic-maps",
"version": "1.1.1",
"version": "1.1.2",
"description": "A set of wrappers for modern maps API e.g. Open Street Maps and Yandex",

@@ -26,4 +26,4 @@ "keywords": [

"leaflet.icon.glyph": "^0.2.1",
"ymaps-loader": "^1.0.2"
"ymaps-loader": "^1.0.3"
}
}
const osm = require('./providers/osm');
const yandex = require('./providers/yandex');
module.exports = { osm, yandex };
module.exports = { osm: osm, yandex: yandex };
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc