@capgo/capgo-sec 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # 🔒 Capsec - Capacitor Security Scanner
2
2
 
3
+ <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
4
+
5
+ <div align="center">
6
+ <h2><a href="https://capgo.app/?ref=repo_capgo_sec"> ➡️ Get Instant updates for your App with Capgo</a></h2>
7
+ <h2><a href="https://capgo.app/consulting/?ref=repo_capgo_sec"> Missing a feature? We’ll build the plugin for you</a></h2>
8
+ </div>
9
+
3
10
  [![npm version](https://badge.fury.io/js/capsec.svg)](https://www.npmjs.com/package/capsec)
4
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capgo-sec",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Security scanner for Capacitor apps - detect vulnerabilities, hardcoded secrets, and security misconfigurations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",