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

@requestnetwork/data-format

Package Overview
Dependencies
Maintainers
5
Versions
677
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/data-format - npm Package Compare versions

Comparing version 0.4.23-next.1329 to 0.5.0-next.1

149

CHANGELOG.md

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

# [0.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.7.0) (2020-11-12)
# 0.28.0 (2020-11-04)
### Bug Fixes
* use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e))
### Features
* rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c))
# 0.26.0 (2020-10-14)
### Bug Fixes
* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961))
# 0.16.0 (2020-04-21)
# 0.15.0 (2020-04-06)
# 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))
# 0.12.0 (2020-01-16)
# 0.10.0 (2019-12-04)
# [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.6.0) (2020-11-05)
### Bug Fixes
* use string for rnf_invoice tax amount ([#354](https://github.com/RequestNetwork/requestNetwork/issues/354)) ([e801167](https://github.com/RequestNetwork/requestNetwork/commit/e801167e6490236914e6453ca0affcb4f0f8a92e))
### Features
* rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c))
# 0.26.0 (2020-10-14)
### Bug Fixes
* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961))
# 0.16.0 (2020-04-21)
# 0.15.0 (2020-04-06)
# 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))
# 0.12.0 (2020-01-16)
# 0.10.0 (2019-12-04)
# [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.5.0) (2020-10-21)
### Features
* rnf invoice data format 3, grouped tax ([#345](https://github.com/RequestNetwork/requestNetwork/issues/345)) ([a32c4e4](https://github.com/RequestNetwork/requestNetwork/commit/a32c4e4c6868b9f483f2646f92fabe252da9250c))
# 0.26.0 (2020-10-14)
### Bug Fixes
* company registration on rnf_invoice ([#228](https://github.com/RequestNetwork/requestNetwork/issues/228)) ([9bb3301](https://github.com/RequestNetwork/requestNetwork/commit/9bb3301a985a0b627a6c5eded3e3872af8628961))
# 0.16.0 (2020-04-21)
# 0.15.0 (2020-04-06)
# 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))
# 0.12.0 (2020-01-16)
# 0.10.0 (2019-12-04)
## [0.4.22](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.4.5...@requestnetwork/data-format@0.4.22) (2020-10-14)

@@ -8,0 +157,0 @@

23

dist/format/rnf_invoice/rnf_invoice-0.0.3.json

@@ -140,3 +140,3 @@ {

"amount": {
"type": "number"
"type": "string"
},

@@ -147,2 +147,23 @@ "type": {

}
},
"if": {
"properties": {
"type": {
"const": "percentage"
}
}
},
"then": {
"properties": {
"amount": {
"pattern": "^\\d*\\.?\\d+$"
}
}
},
"else": {
"properties": {
"amount": {
"pattern": "^\\d+$"
}
}
}

@@ -149,0 +170,0 @@ },

4

package.json
{
"name": "@requestnetwork/data-format",
"version": "0.4.23-next.1329+a32c4e4c",
"version": "0.5.0-next.1",
"publishConfig": {

@@ -60,3 +60,3 @@ "access": "public"

},
"gitHead": "a32c4e4c6868b9f483f2646f92fabe252da9250c"
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}

@@ -28,3 +28,3 @@ # @requestnetwork/data-format

| ------------------------------------------------------- | ------------ | ------------ | --------------------------- |
| [Invoice](/packages/data-format/src/format/rnf_invoice) | rnf_invoice | 0.0.2 | Format to create an invoice |
| [Invoice](/packages/data-format/src/format/rnf_invoice) | rnf_invoice | 0.0.3 | Format to create an invoice |

@@ -31,0 +31,0 @@ ## Contributing

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