Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brandingbrand/code-plugin-app-icon

Package Overview
Dependencies
Maintainers
24
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandingbrand/code-plugin-app-icon - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0-alpha.0

__tests__/fixtures/coderc/assets/app-icon/android-adaptive-background.png

52

package.json
{
"name": "@brandingbrand/code-plugin-app-icon",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "plugin for Flagship Code app icon",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/brandingbrand/flagship"
},
"bugs": "https://github.com/brandingbrand/flagship/issues",
"homepage": "https://brandingbrand.github.io/flagship/en/packages/plugins/app-icon",
"keywords": [
"react-native",
"flagship code",
"app",
"icon"
],
"main": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"module": "dist/index.module.js",
"files": [
"dist"
],
"main": "src/index.ts",
"publishConfig": {

@@ -34,18 +11,25 @@ "access": "public"

"scripts": {
"build": "microbundle --target node --format cjs,esm --tsconfig tsconfig.build.json --no-sourcemap",
"dev": "microbundle watch --target node --format cjs,esm --tsconfig tsconfig.build.json"
"lint": "eslint . --max-warnings 0",
"test": "jest"
},
"sideEffects": false,
"source": "src/index.ts",
"types": "dist/index.d.ts",
"jest": {
"preset": "@brandingbrand/code-jest-config"
},
"types": "src/index.ts",
"dependencies": {
"sharp": "^0.31.2"
"sharp": "0.31.2"
},
"peerDependencies": {
"@brandingbrand/code-core": "*"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0"
},
"devDependencies": {
"@brandingbrand/code-core": "*",
"@types/sharp": "^0.31.0"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
"@types/sharp": "0.31.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
}
}

@@ -7,2 +7,2 @@ # plugin-app-icon

See usage at documentation site: https://brandingbrand.github.io/flagship/en/packages/plugins/app-icon
See usage at documentation site: https://brandingbrand.github.io/flagship/en/packages/plugins/app-icon
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