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

@nativescript-community/perms

Package Overview
Dependencies
Maintainers
18
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/perms - npm Package Compare versions

Comparing version 2.2.23 to 2.2.24

5

index.ios.js

@@ -762,4 +762,5 @@ import { Device, Trace, Utils } from '@nativescript/core';

for (let index = 0; index < keys.length; index++) {
const res = await request(keys[index], options[keys[index]]);
grantedPermissions[permission[index]] = res[0];
const perm = keys[index];
const res = await request(perm, permission[perm]);
grantedPermissions[perm] = res[0];
}

@@ -766,0 +767,0 @@ //@ts-ignore

4

package.json
{
"name": "@nativescript-community/perms",
"version": "2.2.23",
"version": "2.2.24",
"description": "An unified permissions API for NativeScript on iOS and Android.",

@@ -42,3 +42,3 @@ "main": "./index",

"readmeFilename": "README.md",
"gitHead": "0f62c3eb5d4ad36933e5d7a2780679629b1f367f"
"gitHead": "0865e682382d0c237fa07b6ec96134f1cc61337e"
}

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