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

@requestnetwork/data-access

Package Overview
Dependencies
Maintainers
4
Versions
699
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/data-access - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

74

CHANGELOG.md

@@ -6,2 +6,76 @@ # Change Log

# [0.16.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.16.0) (2020-09-28)
### Bug Fixes
* don't remove failed transactions from data-access ([#236](https://github.com/RequestNetwork/requestNetwork/issues/236)) ([74835f0](https://github.com/RequestNetwork/requestNetwork/commit/74835f0890de5816d0d29c43c1c253ecd756bd6e))
### Features
* add getIgnoredData() to the ethereum storage ([#206](https://github.com/RequestNetwork/requestNetwork/issues/206)) ([255d2dc](https://github.com/RequestNetwork/requestNetwork/commit/255d2dc22ce0158ba3e6ce6766efece6e4c054cb))
* add the synchronization of ignored data in data access ([#214](https://github.com/RequestNetwork/requestNetwork/issues/214)) ([7f8e668](https://github.com/RequestNetwork/requestNetwork/commit/7f8e6685a20b6d9057d2224213fb2ed75bae168f))
* remove hash in encrypted transaction ([#232](https://github.com/RequestNetwork/requestNetwork/issues/232)) ([d58f101](https://github.com/RequestNetwork/requestNetwork/commit/d58f101f9f76e408671dd1edb0d67863d1c8abd5))
# 0.16.0 (2020-04-21)
### Features
* add entry point to request node to get monitoring status ([#191](https://github.com/RequestNetwork/requestNetwork/issues/191)) ([1d9c239](https://github.com/RequestNetwork/requestNetwork/commit/1d9c239f5de5143cd54c3470b42786eff17748f6))
# 0.15.0 (2020-04-06)
### Features
* emits "error" event when the confirmation fails ([#179](https://github.com/RequestNetwork/requestNetwork/issues/179)) ([73bfcfb](https://github.com/RequestNetwork/requestNetwork/commit/73bfcfb5f6a54d2036a47e09ce180a00c12a81ae))
# 0.14.0 (2020-03-19)
### Bug Fixes
* block parsing with encrypted transaction ([#176](https://github.com/RequestNetwork/requestNetwork/issues/176)) ([de86f43](https://github.com/RequestNetwork/requestNetwork/commit/de86f43d7f2886673364bded70ab6a4f8acf4711))
### Features
* add the confirmed events in the highest layers ([#141](https://github.com/RequestNetwork/requestNetwork/issues/141)) ([7f9b756](https://github.com/RequestNetwork/requestNetwork/commit/7f9b756d51b20fbd45971f4db3e9865b75f2d265))
# 0.13.0 (2020-02-20)
### Bug Fixes
* ts-node configuration ([#138](https://github.com/RequestNetwork/requestNetwork/issues/138)) ([e2180d5](https://github.com/RequestNetwork/requestNetwork/commit/e2180d507bd87116fdeb3466690b6df0c5187976))
### Features
* buffered ethereum storage ([#113](https://github.com/RequestNetwork/requestNetwork/issues/113)) ([fe4ece6](https://github.com/RequestNetwork/requestNetwork/commit/fe4ece6a1768155182be2d3ebb2908501f571912))
* confirmed & pending state in the highest layers ([#119](https://github.com/RequestNetwork/requestNetwork/issues/119)) ([9424dc0](https://github.com/RequestNetwork/requestNetwork/commit/9424dc0c9482208fdbe714f8d29f5deed68711de))
* persist transaction with custom ethereum provider ([#106](https://github.com/RequestNetwork/requestNetwork/issues/106)) ([61b215f](https://github.com/RequestNetwork/requestNetwork/commit/61b215fb8335d01dfa069d7f7899dd5b33749692))
# 0.12.0 (2020-01-16)
# 0.10.0 (2019-12-04)
# [0.15.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.5.2...@requestnetwork/data-access@0.15.0) (2020-09-18)

@@ -8,0 +82,0 @@

14

package.json
{
"name": "@requestnetwork/data-access",
"version": "0.15.0",
"version": "0.16.0",
"publishConfig": {

@@ -42,5 +42,5 @@ "access": "public"

"dependencies": {
"@requestnetwork/multi-format": "0.7.0",
"@requestnetwork/types": "0.21.0",
"@requestnetwork/utils": "0.20.0",
"@requestnetwork/multi-format": "0.8.0",
"@requestnetwork/types": "0.22.0",
"@requestnetwork/utils": "0.21.0",
"bluebird": "3.7.2",

@@ -54,4 +54,4 @@ "keyv": "4.0.1"

"@types/node": "14.6.4",
"@typescript-eslint/parser": "4.1.0",
"eslint": "7.8.1",
"@typescript-eslint/parser": "4.1.1",
"eslint": "7.9.0",
"eslint-plugin-spellcheck": "0.0.17",

@@ -70,3 +70,3 @@ "eslint-plugin-typescript": "0.14.0",

},
"gitHead": "7102c9da35f3cb7954a39bf7d745cd6706e86669"
"gitHead": "e901bb9a7b7957a302f9e1ef1a1179f8fc67fece"
}
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