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

@anvilco/anvil-embed-frame

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anvilco/anvil-embed-frame - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

10

CHANGELOG.md

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

## [@anvilco/anvil-embed-frame@2.0.0](https://github.com/anvilco/react-ui/compare/@anvilco/anvil-embed-frame@2.0.0-alpha.0...@anvilco/anvil-embed-frame@2.0.0) - 2023-09-20
### Merged
- [Breaking] Version 2.0 [`#16`](https://github.com/anvilco/react-ui/pull/16)
### Commits
- Update readmes [`c932e4c`](https://github.com/anvilco/react-ui/commit/c932e4c5716c0b113f1840baeb0aa9118facdc26)
## [@anvilco/anvil-embed-frame@2.0.0-alpha.0](https://github.com/anvilco/react-ui/compare/@anvilco/anvil-embed-frame@1.1.0...@anvilco/anvil-embed-frame@2.0.0-alpha.0) - 2023-09-18

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

8

package.json
{
"name": "@anvilco/anvil-embed-frame",
"version": "2.0.0",
"version": "2.1.0",
"description": "The AnvilEmbedFrame React component for embedded Etch signatures and Workflows.",

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

"version": "yarn build:changelog && git add CHANGELOG.md",
"test": "yarn mocha --config ./test/mocha.js"
"test": "yarn mocha --config ./test/mocha.js",
"watch": "nodemon --watch src --exec 'yarn build'"
},

@@ -57,4 +58,3 @@ "repository": {

"breakingPattern": "BREAKING CHANGE:"
},
"gitHead": "2167b989737d7295473efb3c79e4976ba810257f"
}
}

@@ -16,2 +16,3 @@ export default AnvilEmbedFrame;

* @prop {String} scroll
* @prop {object} style
*/

@@ -52,2 +53,3 @@ /**

export const scroll: PropTypes.Requireable<string>;
export const style: PropTypes.Requireable<object>;
}

@@ -57,2 +59,2 @@ }

import PropTypes from "prop-types";
//# sourceMappingURL=index.d.ts.map
//# sourceMappingURL=index.d.ts.map
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