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

capacitor-app-tracking-transparency

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-app-tracking-transparency - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

25

package.json
{
"name": "capacitor-app-tracking-transparency",
"version": "2.0.0",
"version": "3.0.0",
"description": "Capacitor plugin to request user authorization to access app-related data for tracking the user or the device. iOS only.",

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

],
"author": "rediska1114 (rediska1114@gmail.com)",
"author": "rediska1114 <rediska1114@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rediska1114/capacitor-app-tracking-transparency.git.git"
"url": "git+https://github.com/rediska1114/capacitor-app-tracking-transparency.git"
},
"bugs": {
"url": "https://github.com/rediska1114/capacitor-app-tracking-transparency.git/issues"
"url": "https://github.com/rediska1114/capacitor-app-tracking-transparency/issues"
},

@@ -31,3 +31,3 @@ "keywords": [

"verify": "npm run verify:ios && npm run verify:web",
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..",
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..",
"verify:web": "npm run build",

@@ -45,5 +45,6 @@ "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",

"devDependencies": {
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"@capacitor/cli": "5.0.5",
"@capacitor/core": "5.0.5",
"@capacitor/docgen": "0.2.1",
"@capacitor/ios": "5.0.5",
"@ionic/eslint-config": "^0.3.0",

@@ -53,11 +54,11 @@ "@ionic/prettier-config": "^1.0.1",

"eslint": "^7.11.0",
"prettier": "~2.2.0",
"prettier-plugin-java": "~1.0.0",
"prettier": "~2.3.0",
"prettier-plugin-java": "~1.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"swiftlint": "^1.0.1",
"typescript": "~4.0.3"
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": "^3.0.0"
"@capacitor/core": "^5.0.0"
},

@@ -64,0 +65,0 @@ "prettier": "@ionic/prettier-config",

@@ -10,2 +10,9 @@ # Capacitor App Tracking Transparency plugin

0. Do not forget to add `NSUserTrackingUsageDescription` to your `Info.plist` file
```xml
<key>NSUserTrackingUsageDescription</key>
<string>YOUR DESCRIPTION</string>
```
1. In your module (e.g. `app.module.ts`)

@@ -48,2 +55,6 @@

## BREAKING CHANGES in 3.x.x version
- Add support for Capacitor 5 and remove compatibility with Capacitor 3
## BREAKING CHANGES in 2.x.x version

@@ -50,0 +61,0 @@

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