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

binance-fiat-widget

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-fiat-widget - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

package.json
{
"name": "binance-fiat-widget",
"version": "0.0.11",
"version": "0.0.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

@@ -25,2 +25,3 @@ ## install

- el: `css选择器`或`dom对象`
## react
```jsx

@@ -42,3 +43,13 @@ import Widget from 'binance-fiat-widget'

```
## cdn
```html
<script src="https://bin.bnbstatic.com/static/js/ocbs/binance-fiat-widget.js"></script>
<div id="widget"></div>
```
```javascript
const t = document.querySelector('#test')
Widget(t)
```
- options.locale: `string`

@@ -45,0 +56,0 @@

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