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

@capacitor-community/app-icon

Package Overview
Dependencies
Maintainers
33
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/app-icon - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

CHANGELOG.md

2

dist/esm/web.d.ts

@@ -13,3 +13,1 @@ import { WebPlugin } from '@capacitor/core';

}
declare const AppIcon: AppIconWeb;
export { AppIcon };
import { WebPlugin } from '@capacitor/core';
export class AppIconWeb extends WebPlugin {
isSupported() {
throw this.unimplemented('isSupported not available');
throw this.unimplemented('isSupported not available on web');
}
getName() {
throw this.unimplemented('getName not available');
throw this.unimplemented('getName not available on web');
}
change() {
throw this.unimplemented('change not available');
throw this.unimplemented('change not available on web');
}
reset() {
throw this.unimplemented('reset not available');
throw this.unimplemented('reset not available on web');
}
}
const AppIcon = new AppIconWeb();
export { AppIcon };
import { registerWebPlugin } from '@capacitor/core';
registerWebPlugin(AppIcon);
//# sourceMappingURL=web.js.map

@@ -13,21 +13,18 @@ 'use strict';

isSupported() {
throw this.unimplemented('isSupported not available');
throw this.unimplemented('isSupported not available on web');
}
getName() {
throw this.unimplemented('getName not available');
throw this.unimplemented('getName not available on web');
}
change() {
throw this.unimplemented('change not available');
throw this.unimplemented('change not available on web');
}
reset() {
throw this.unimplemented('reset not available');
throw this.unimplemented('reset not available on web');
}
}
const AppIcon$1 = new AppIconWeb();
core.registerWebPlugin(AppIcon$1);
var web = /*#__PURE__*/Object.freeze({
__proto__: null,
AppIconWeb: AppIconWeb,
AppIcon: AppIcon$1
AppIconWeb: AppIconWeb
});

@@ -34,0 +31,0 @@

@@ -10,21 +10,18 @@ var capacitorAppCenter = (function (exports, core) {

isSupported() {
throw this.unimplemented('isSupported not available');
throw this.unimplemented('isSupported not available on web');
}
getName() {
throw this.unimplemented('getName not available');
throw this.unimplemented('getName not available on web');
}
change() {
throw this.unimplemented('change not available');
throw this.unimplemented('change not available on web');
}
reset() {
throw this.unimplemented('reset not available');
throw this.unimplemented('reset not available on web');
}
}
const AppIcon$1 = new AppIconWeb();
core.registerWebPlugin(AppIcon$1);
var web = /*#__PURE__*/Object.freeze({
__proto__: null,
AppIconWeb: AppIconWeb,
AppIcon: AppIcon$1
AppIconWeb: AppIconWeb
});

@@ -31,0 +28,0 @@

{
"name": "@capacitor-community/app-icon",
"version": "2.0.1",
"version": "2.0.2",
"description": "Capacitor community plugin for changing an iOS app icon.",

@@ -33,5 +33,5 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/core": "3.0.0-rc.0",
"@capacitor/core": "3.0.1",
"@capacitor/docgen": "^0.0.10",
"@capacitor/ios": "^3.0.0-rc.0",
"@capacitor/ios": "^3.0.1",
"@ionic/eslint-config": "^0.3.0",

@@ -49,3 +49,3 @@ "@ionic/prettier-config": "^1.0.1",

"peerDependencies": {
"@capacitor/core": "^3.0.0-rc.0"
"@capacitor/core": "^3.0.1"
},

@@ -52,0 +52,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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