Socket
Socket
Sign inDemoInstall

@anvilco/react-signature-frame

Package Overview
Dependencies
8
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

dist/helpers.d.ts

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

## [@anvilco/react-signature-frame@1.8.0](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-frame@1.7.1...@anvilco/react-signature-frame@1.8.0) - 2022-04-18
### Merged
- Add Typescript typings [`#9`](https://github.com/anvilco/react-ui/pull/9)
### Commits
- Add initial TS support for packages [`0154812`](https://github.com/anvilco/react-ui/commit/0154812070cd23eb7f409efec7dd34dd7aef4f77)
## [@anvilco/react-signature-frame@1.7.1](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-frame@1.7.0...@anvilco/react-signature-frame@1.7.1) - 2022-03-31

@@ -7,0 +17,0 @@

6

package.json
{
"name": "@anvilco/react-signature-frame",
"version": "1.8.0",
"version": "1.8.1",
"description": "The AnvilSignatureFrame React component for embedded Etch signatures",

@@ -8,3 +8,3 @@ "author": "Anvil Foundry Inc.",

"main": "dist/index.js",
"types": "./types/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {

@@ -57,3 +57,3 @@ "build": "tsc && webpack --mode production",

},
"gitHead": "f1fab253a6c207870a4e3ae56bdc73b8f12e10e5"
"gitHead": "f2b88b4b866adbb8247e97a94bc333b498370703"
}

@@ -26,3 +26,3 @@ {

// next to the .js files
"outDir": "types",
"outDir": "dist",
// go to js file when using IDE functions like

@@ -29,0 +29,0 @@ // "Go to Definition" in VSCode

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc