@capacitor/clipboard
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.8](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@1.0.7...@capacitor/clipboard@1.0.8) (2022-03-03) | ||
**Note:** Version bump only for package @capacitor/clipboard | ||
## [1.0.7](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@1.0.6...@capacitor/clipboard@1.0.7) (2022-01-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/clipboard", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.", | ||
@@ -82,3 +82,3 @@ "main": "dist/plugin.cjs.js", | ||
}, | ||
"gitHead": "f18ee6482e1ec8e5fb0290d51f598397133af990" | ||
"gitHead": "22fb04179bd13fabea6187c42ed3ffc2faa866c1" | ||
} |
@@ -26,3 +26,3 @@ # @capacitor/clipboard | ||
alert(`Got ${type} from clipboard: ${value}`); | ||
console.log(`Got ${type} from clipboard: ${value}`); | ||
}; | ||
@@ -29,0 +29,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65680