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

@supernotes/capacitor-clipboard

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supernotes/capacitor-clipboard - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

dist/plugin.js

@@ -1,2 +0,2 @@

var capacitorClipboard = (function (exports, core) {
var supernotesCapacitorClipboard = (function (exports, core) {
'use strict';

@@ -3,0 +3,0 @@

{
"name": "@supernotes/capacitor-clipboard",
"version": "6.0.0",
"version": "6.0.1",
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.",

@@ -16,3 +16,3 @@ "main": "dist/plugin.cjs.js",

"Package.swift",
"CapacitorClipboard.podspec"
"SupernotesCapacitorClipboard.podspec"
],

@@ -35,3 +35,3 @@ "author": "Ionic <hi@ionicframework.com>",

"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "xcodebuild build -scheme CapacitorClipboard -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'",
"verify:ios": "xcodebuild build -scheme SupernotesCapacitorClipboard -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'",
"verify:android": "cd android && ./gradlew clean build test && cd ..",

@@ -49,3 +49,3 @@ "verify:web": "npm run build",

"prepublishOnly": "npm run build",
"publish:cocoapod": "pod trunk push ./CapacitorClipboard.podspec --allow-warnings"
"publish:cocoapod": "pod trunk push ./SupernotesCapacitorClipboard.podspec --allow-warnings"
},

@@ -85,5 +85,4 @@ "devDependencies": {

"publishConfig": {
"access": "public",
"provenance": true
"access": "public"
}
}

Sorry, the diff of this file is not supported yet

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