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.11.0 to 2.11.1

17

CHANGELOG.md

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

## [v2.11.0](https://github.com/anvilco/node-anvil/compare/v2.10.1...v2.11.0)
## [v2.11.1](https://github.com/anvilco/node-anvil/compare/v2.11.0...v2.11.1)
### Merged
- Upgrade the babel deps [`#129`](https://github.com/anvilco/node-anvil/pull/129)
- Upgrade dependencies [`#126`](https://github.com/anvilco/node-anvil/pull/126)
- Fix readme broken link [`#125`](https://github.com/anvilco/node-anvil/pull/125)
- Update Readme to include Anvil description [`#124`](https://github.com/anvilco/node-anvil/pull/124)
### Commits
- Upgrade packages [`fcbe1ab`](https://github.com/anvilco/node-anvil/commit/fcbe1ab8310b89faa86ac5bcdd88b60cb52bb75e)
- Fix lint errors [`a8d7c8b`](https://github.com/anvilco/node-anvil/commit/a8d7c8baad6a74c52f96ac3ef09c79f9c4092898)
- Integrate the blurb [`6c24f32`](https://github.com/anvilco/node-anvil/commit/6c24f322a8a2aa98008c991b37890785dcec50a7)
## [v2.11.0](https://github.com/anvilco/node-anvil/compare/v2.10.1...v2.11.0) - 2022-05-11
### Merged
- Add mergePDFs support to createEtchPacket [`#119`](https://github.com/anvilco/node-anvil/pull/119)

@@ -16,0 +31,0 @@ - Bump sinon from 13.0.1 to 13.0.2 [`#108`](https://github.com/anvilco/node-anvil/pull/108)

16

package.json
{
"name": "@anvilco/anvil",
"version": "2.11.0",
"version": "2.11.1",
"description": "Anvil API Client",

@@ -9,2 +9,3 @@ "main": "src/index.js",

"test": "mocha --config ./test/mocha.js",
"lint": "eslint src/**/*.js test/**/*.js",
"test:debug": "yarn test --inspect-brk=0.0.0.0:9223",

@@ -34,5 +35,6 @@ "test:watch": "nodemon --signal SIGINT --watch test --watch src -x 'yarn test'",

"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@types/node": "^17.0.23",
"auto-changelog": "^2.4.0",
"babel-eslint": "^10.0.3",
"bdd-lazy-var": "^2.5.4",

@@ -43,13 +45,13 @@ "chai": "^4.3.6",

"eslint-config-nicenice": "^3.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"nodemon": "^2.0.15",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"sinon-chai": "^3.5.0",

@@ -56,0 +58,0 @@ "typescript": "^4.6.3",

@@ -0,16 +1,21 @@

![Horizontal Lockupblack](https://user-images.githubusercontent.com/293079/169453889-ae211c6c-7634-4ccd-8ca9-8970c2621b6f.png#gh-light-mode-only)
![Horizontal Lockup copywhite](https://user-images.githubusercontent.com/293079/169453892-895f637b-4633-4a14-b997-960c9e17579b.png#gh-dark-mode-only)
# Anvil API Client for Node
[Anvil](https://www.useanvil.com/developers/) is a suite of tools for managing document-based workflows:
This library will allow you to interact with the [Anvil API](www.useanvil.com/developers) in JavaScript / NodeJS.
1. [Workflows](https://www.useanvil.com/docs/api/workflows): convert your PDF forms into simple, intuitive websites that fill the PDFs and gather signatures for you.
2. [Etch E-sign](https://www.useanvil.com/docs/api/e-signatures): collect e-signatures from within your app. Send or embed a signature packet including multiple PDFs, images, and other uploads to one or more signers via the API.
3. [PDF filling API](https://useanvil.com/pdf-filling-api): fill any PDF with JSON data via the API.
4. [PDF generation API](https://www.useanvil.com/docs/api/generate-pdf): generate PDFs from custom HTML or Markdown. i.e. HTML to PDF or Markdown to PDF.
[Anvil](https://www.useanvil.com/developers/) provides easy APIs for all things paperwork.
This client will allow you to interact with all of Anvil's APIs. See the [API guide](https://www.useanvil.com/docs) and the [GraphQL reference](https://www.useanvil.com/docs/api/graphql/reference/) for more info.
1. [PDF filling API](https://www.useanvil.com/products/pdf-filling-api/) - fill out a PDF template with a web request and structured JSON data.
2. [PDF generation API](https://www.useanvil.com/products/pdf-generation-api/) - send markdown or HTML and Anvil will render it to a PDF.
3. [Etch e-sign with API](https://www.useanvil.com/products/etch/) - customizable, embeddable, e-signature platform with an API to control the signing process end-to-end.
4. [Anvil Workflows (w/ API)](https://www.useanvil.com/products/workflows/) - Webforms + PDF + e-sign with a powerful no-code builder. Easily collect structured data, generate PDFs, and request signatures.
This library and the Anvil APIs are intended to be used on a server or server-like environment.
Learn more on our [Anvil developer page](https://www.useanvil.com/developers/). See the [API guide](https://www.useanvil.com/docs) and the [GraphQL reference](https://www.useanvil.com/docs/api/graphql/reference/) for full documentation.
## Usage
This library and the Anvil APIs are intended to be used on a server or server-like environment. It will fail in a browser environment.
```sh

@@ -17,0 +22,0 @@ yarn add @anvilco/anvil

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