Socket
Socket
Sign inDemoInstall

@capacitor/clipboard

Package Overview
Dependencies
0
Maintainers
8
Versions
522
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.3.0

dist/plugin.cjs.js

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@0.2.4...@capacitor/clipboard@0.3.0) (2021-01-13)
### Bug Fixes
* add es2017 lib to tsconfig ([#180](https://github.com/ionic-team/capacitor-plugins/issues/180)) ([2c3776c](https://github.com/ionic-team/capacitor-plugins/commit/2c3776c38ca025c5ee965dec10ccf1cdb6c02e2f))
### Features
* add commonjs output format ([#179](https://github.com/ionic-team/capacitor-plugins/issues/179)) ([8e9e098](https://github.com/ionic-team/capacitor-plugins/commit/8e9e09862064b3f6771d7facbc4008e995d9b463))
## [0.2.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@0.2.3...@capacitor/clipboard@0.2.4) (2021-01-13)

@@ -8,0 +24,0 @@

11

package.json
{
"name": "@capacitor/clipboard",
"version": "0.2.4",
"version": "0.3.0",
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.",
"main": "dist/esm/index.js",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",

@@ -46,6 +47,6 @@ "unpkg": "dist/plugin.js",

"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.12",
"@capacitor/android": "^3.0.0-alpha.14",
"@capacitor/core": "^3.0.0-alpha.12",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.13",
"@capacitor/ios": "^3.0.0-alpha.14",
"@ionic/eslint-config": "^0.3.0",

@@ -81,3 +82,3 @@ "@ionic/prettier-config": "~1.0.1",

},
"gitHead": "8292c0b1dc327992435887748d3c02a20b9e4ebf"
"gitHead": "98290e6c0292ea17b7a5d178919664a9062405d5"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc