Socket
Socket
Sign inDemoInstall

@capacitor/text-zoom

Package Overview
Dependencies
2
Maintainers
7
Versions
505
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@0.0.2...@capacitor/text-zoom@0.0.3) (2020-10-30)
**Note:** Version bump only for package @capacitor/text-zoom
## [0.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@0.0.1...@capacitor/text-zoom@0.0.2) (2020-10-12)

@@ -8,0 +16,0 @@

1

dist/esm/definitions.js

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

export {};
//# sourceMappingURL=definitions.js.map

@@ -48,2 +48,4 @@ var capacitorTextZoom = (function (exports, core) {

Object.defineProperty(exports, '__esModule', { value: true });
return exports;

@@ -50,0 +52,0 @@

20

package.json
{
"name": "@capacitor/text-zoom",
"version": "0.0.2",
"version": "0.0.3",
"description": "The Text Zoom API provides the ability to change Web View text size for visual accessibility.",

@@ -39,10 +39,10 @@ "main": "dist/plugin.js",

"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.5",
"@capacitor/core": "^3.0.0-alpha.5",
"@capacitor/docgen": "^0.0.6",
"@capacitor/ios": "^3.0.0-alpha.5",
"@capacitor/android": "^3.0.0-alpha.6",
"@capacitor/core": "^3.0.0-alpha.6",
"@capacitor/docgen": "^0.0.10",
"@capacitor/ios": "^3.0.0-alpha.6",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^1.0.0",
"@ionic/prettier-config": "^1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"eslint": "^7.11.0",

@@ -54,6 +54,6 @@ "prettier": "^2.0.5",

"swiftlint": "^1.0.1",
"typescript": "~3.9.7"
"typescript": "~4.0.3"
},
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.5"
"@capacitor/core": "^3.0.0-alpha.6"
},

@@ -76,3 +76,3 @@ "prettier": "@ionic/prettier-config",

},
"gitHead": "e2856f5d9d77b26a16ebe2a5e5708832a7ff063b"
"gitHead": "3ab6d510236e3f595945c7de16ca731323cc295b"
}

@@ -5,3 +5,13 @@ # @capacitor/text-zoom

<!--DOCGEN_INDEX_START-->
## Install
```bash
npm install @capacitor/text-zoom
npx cap sync
```
## API
<docgen-index>
* [`get()`](#get)

@@ -11,7 +21,7 @@ * [`getPreferred()`](#getpreferred)

* [Interfaces](#interfaces)
<!--DOCGEN_INDEX_END-->
<!--DOCGEN_API_START-->
</docgen-index>
<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
## API

@@ -62,8 +72,6 @@ ### get()

| Param | Type |
| ----------- | ------------------------------------------------- |
| **options** | <code><a href="#setoptions">SetOptions</a></code> |
| Param | Type |
| ------------- | ------------------------------------------------- |
| **`options`** | <code><a href="#setoptions">SetOptions</a></code> |
**Returns:** <code>Promise&lt;void&gt;</code>
**Since:** 1.0.0

@@ -97,3 +105,2 @@

<!--DOCGEN_API_END-->
</docgen-api>

Sorry, the diff of this file is not supported yet

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