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

@anvilco/react-signature-modal

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anvilco/react-signature-modal - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

10

CHANGELOG.md

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

## [@anvilco/react-signature-modal@1.8.0](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-modal@1.7.1...@anvilco/react-signature-modal@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-modal@1.7.1](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-modal@1.7.0...@anvilco/react-signature-modal@1.7.1) - 2022-03-31

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

6

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

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

"main": "dist/index.js",
"types": "./types/react-signature-modal/src/index.d.ts",
"types": "dist/react-signature-modal/src/index.d.ts",
"scripts": {

@@ -75,3 +75,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc