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

@bluedot-innovation/javascript-sdk

Package Overview
Dependencies
Maintainers
13
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluedot-innovation/javascript-sdk - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.1](https://gitlab.com/bluedotio/backend_ui/point_web_sdk/compare/1.0.0...1.0.1) (2021-05-12)
### Bug Fixes
* Remove re-exports modules and README broken link ([5e52385](https://gitlab.com/bluedotio/backend_ui/point_web_sdk/commit/5e52385b7bde2c62f6cea0db9770698baaaba53c))
# 1.0.0 (2021-05-10)

@@ -2,0 +9,0 @@

7

package.json
{
"name": "@bluedot-innovation/javascript-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

"test:coverage-check": "nyc check-coverage --project tsconfig.test.json --lines 95 --functions 95",
"documentation": "npx typedoc --tsconfig tsconfig.doc.json",
"documentation": "sh ./typedoc/generate_docs.sh",
"prepare": "husky install",

@@ -76,4 +76,3 @@ "build": "tsc --project tsconfig.build.json && tsdx build",

"tsdx": "^0.14.1",
"typedoc": "^0.20.34",
"typedoc-plugin-remove-references": "0.0.5",
"typedoc": "^0.20.36",
"typescript": "^4.1.2",

@@ -80,0 +79,0 @@ "webpack": "^5.4.0",

@@ -13,3 +13,3 @@ Don’t have an app and still want to use Bluedot? Wave API lets you use Bluedot tech in web pages. Leverage world-class location capabilities on every channel.

```
const bluedotSdk = require("@bluedot-innovation/javascript-sdk")
const bluedotSdk = require("@bluedot-innovation/javascript-sdk")
const {

@@ -47,2 +47,4 @@ bluedot,

**_See the [public interfaces](./modules.html) for details about object structure, function signatures and their purpose._**
**_See the [public interfaces](https://bluedot-javascript-sdk-docs.bluedot.io/modules.html) for details about object structure, function signatures and their purpose._**
**_Visit <a href="https://docs.bluedot.io/web-sdk/" target="_blank">Web SDK</a> for guides to integrate the Javascript SDK within your webpage or app._**
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