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

osm-auth

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osm-auth - npm Package Versions

23

2.6.0

Diff

Changelog

Source

2.6.0

2025-Jan-17
  • Trigger error if popup is closed prematurely ([#135], thanks [@tyrasd])
  • First-class support for switching users ([#136], thanks [@k-yle])
bhousel
published 2.5.0 •

Changelog

Source

2.5.0

2024-Apr-26
  • Remove any extra quotes that were stored with legacy tokens ([#129])
  • Allow locale to be passed to login page ([#23], [#130], thanks [@k-yle])
bhousel
published 2.4.0 •

Changelog

Source

2.4.0

2024-Jan-04
  • Remove store dependency ([#126])
  • Attempt to fix export errors from TypeScript declaration file ([#124], [#125], thanks [@pietervdvn])
bhousel
published 2.3.0 •

Changelog

Source

2.3.0

2023-Oct-24
  • Add apiUrl property to support connecting to OSM API at api.openstreetmap.org ([#123], [operations#951])
  • Fix popup on Safari when accessing WebCryptoAPI ([#121], [#122], thanks [@tyrasd])
  • Fix double wrapping of Error object returned from authenticate ([0f48eb88])
bhousel
published 2.2.0 •

Changelog

Source

2.2.0

2023-Jul-12
  • Make the fetch wrapper more compatible with fetch ([#117], [#118])
  • Implement PKCE for OAuth2 authentication ([#114], thanks [@tyrasd])
bhousel
published 2.1.0 •

Changelog

Source

2.1.0

2023-May-17
  • Add fetch wrapper ([#112], thanks [@dschep])
  • Simplify and document singlepage authentication ([#113], thanks [@dschep])
bhousel
published 2.0.1 •

Changelog

Source

2.0.1

2022-Sep-27
  • Fix osm-auth.d.ts types declaration ([#106], thanks [@caspg])
bhousel
published 2.0.0 •

Changelog

Source

2.0.0 (OAuth v2.0)

2022-Apr-27
  • ⚠️ Breaking change: This library is now focused on supporting OAuth 2.0 ([#77], [#93], thanks [@HelNershingThapa]!)
  • ⚠️ xhr and rawxhr options have changed slightly - check docs if you are using options with custom headers.
  • ⚠️ osm-auth is marked as "type": "module" now
  • ⚠️ Replace browserify with esbuild for super fast build speed. Package outputs are now:
    • "module": "./src/osm-auth.mjs" - ESM, works with import
    • "main": "./dist/osm-auth.cjs" - CJS bundle, works with require()
    • "browser": "./dist/osm-auth.iife.js" - IIFE bundle, works in browser <script> tag
    • Not testing on older environments like Internet Explorer or ES5. No promises that this will work there.
  • Improve documentation around the use of all functions, some returns have changed ([#53])
bhousel
published 1.1.2 •

Changelog

Source

1.1.2 (OAuth v1.0a)

2022-Apr-26
  • Remove ecstatic, to avoid deprecation warnings
  • Test on Node 14, 16, 18
bhousel
published 1.1.1 •

Changelog

Source

1.1.1

2021-May-24
  • Remove xtend, to avoid deprecation warnings
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