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

bs-webapi

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-webapi - npm Package Compare versions

Comparing version 0.16.2 to 0.17.0

5

CHANGELOG.md
### 0.17.0 (2020-06-29)
* (Breaking) fixed `Canvas2d.putImageData`, unfortunately this needs to
be a breaking change because the JavaScript method itself doesn't
accept optional arguments
### 0.16.2 (2020-06-29)

@@ -3,0 +8,0 @@ * Fixed `document instanceof HTMLDocument` check to ensure it works

2

package.json
{
"name": "bs-webapi",
"version": "0.16.2",
"version": "0.17.0",
"description": "Reason + BuckleScript bindings to DOM",

@@ -5,0 +5,0 @@ "repository": {

@@ -72,37 +72,2 @@ # bs-webapi

### 0.15.9 (2020-03-14)
* Added `ResizeObserver`
### 0.15.8 (2020-02-22)
* Added `Window.performance` and `Performance.now`
### 0.15.6 (2020-02-08)
* `WheelEvent` now inherits the implementation of `MouseEvent`
### 0.15.6 (2019-11-20)
* Added `DomStringMap`
* Changed `Window.open_` to have optional `features` argument
### 0.15.5 - (2019-10-09)
* Added `keypress` event handler API
* Added `selectionchange` event handler API
* Added `Text.ofNode`
### 0.15.4 - (2019-09-02)
* Added `Selection.setBaseAndExtent`
### 0.15.3 - (2019-08-22)
* Added `NodeList.forEach`
* Added `Node.asNode`
### 0.15.2 - (2019-05-25)
* Added `File.size`
### 0.15.1 - (2019-05-17)
* Added `URLSearchParams.forEach`
* Added `Element.scrollBy` and `Element.srollByWithOptions`
### 0.15.0 - (2019-05-11)
* (Breaking) Changed `DomRect` coordinates to use `float` instead of `int`
*See [CHANGELOG.md](CHANGELOG.md) for earlier releases.*
See [CHANGELOG.md](CHANGELOG.md).

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