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

@anvilco/anvil

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anvilco/anvil - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

13

CHANGELOG.md

@@ -10,6 +10,13 @@ # Changelog

## [v2.5.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.5.0)
## [v2.6.0](https://github.com/anvilco/node-anvil/compare/v2.5.0...v2.6.0)
### Merged
- Add webhookURL to default createEtchPacket mutation [`#32`](https://github.com/anvilco/node-anvil/pull/32)
- v2.5.0 [`#31`](https://github.com/anvilco/node-anvil/pull/31)
## [v2.5.0](https://github.com/anvilco/node-anvil/compare/v2.4.0...v2.5.0) - 2020-11-10
### Merged
- Add generatePDF() function [`#30`](https://github.com/anvilco/node-anvil/pull/30)

@@ -24,3 +31,3 @@ - v2.4.0 [`#29`](https://github.com/anvilco/node-anvil/pull/29)

## [v2.4.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.4.0)
## [v2.4.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.4.0) - 2020-10-29

@@ -36,3 +43,3 @@ ### Merged

## [v2.3.0](https://github.com/anvilco/node-anvil/compare/v2.2.0...v2.3.0)
## [v2.3.0](https://github.com/anvilco/node-anvil/compare/v2.2.0...v2.3.0) - 2020-10-16

@@ -39,0 +46,0 @@ ### Merged

{
"name": "@anvilco/anvil",
"version": "2.5.0",
"version": "2.6.0",
"description": "Anvil API Client",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -37,2 +37,3 @@

$signers: [JSON!],
$webhookURL: String,
$data: JSON,

@@ -50,2 +51,3 @@ ) {

signers: $signers,
webhookURL: $webhookURL,
data: $data

@@ -52,0 +54,0 @@ ) ${responseQuery}

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