Socket
Socket
Sign inDemoInstall

@capacitor/clipboard

Package Overview
Dependencies
2
Maintainers
7
Versions
517
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

CHANGELOG.md

43

package.json
{
"name": "@capacitor/clipboard",
"version": "0.0.1",
"version": "0.1.0",
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.",

@@ -8,2 +8,16 @@ "main": "dist/plugin.js",

"types": "dist/esm/index.d.ts",
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/capacitor-plugins"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor-plugins/issues"
},
"keywords": [
"capacitor",
"plugin",
"native"
],
"scripts": {

@@ -20,3 +34,3 @@ "verify": "npm run verify:ios && npm run verify:android && npm run verify:web",

"docgen": "docgen --api ClipboardPlugin --output-readme README.md --output-json dist/docs.json",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js",
"clean": "rimraf ./dist",

@@ -26,8 +40,6 @@ "watch": "tsc --watch",

},
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.5",
"@capacitor/core": "^3.0.0-alpha.5",
"@capacitor/docgen": "^0.0.5",
"@capacitor/docgen": "^0.0.6",
"@capacitor/ios": "^3.0.0-alpha.5",

@@ -49,7 +61,7 @@ "@ionic/eslint-config": "^0.3.0",

},
"keywords": [
"capacitor",
"plugin",
"native"
],
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
"eslintConfig": {
"extends": "@ionic/eslint-config/recommended"
},
"capacitor": {

@@ -63,15 +75,6 @@ "ios": {

},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
"eslintConfig": {
"extends": "@ionic/eslint-config/recommended"
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/capacitor-plugins"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eaee5bc8694bd2fbd8f6ad937e48b11c788f39a5"
"gitHead": "e2856f5d9d77b26a16ebe2a5e5708832a7ff063b"
}
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