@anvilco/anvil-embed-frame
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -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 @@ |
{ | ||
"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 |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
11890
8
131
1