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

@nativescript/types-ios

Package Overview
Dependencies
Maintainers
18
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript/types-ios - npm Package Compare versions

Comparing version 8.4.0 to 8.5.0

1

lib/ios/ios.d.ts

@@ -123,3 +123,2 @@ /// <reference path="runtime.d.ts" />

/// <reference path="objc-x86_64/objc!PhotosUI.d.ts" />
/// <reference path="objc-x86_64/objc!Pods_iostypingsprj.d.ts" />
/// <reference path="objc-x86_64/objc!ProximityReader.d.ts" />

@@ -126,0 +125,0 @@ /// <reference path="objc-x86_64/objc!PushKit.d.ts" />

4

lib/ios/objc-x86_64/objc!GameKit.d.ts

@@ -1070,3 +1070,7 @@

startGroupActivityWithPlayerHandler(handler: (p1: GKPlayer) => void): void;
stopBrowsingForNearbyPlayers(): void;
stopGroupActivity(): void;
}

@@ -1073,0 +1077,0 @@

@@ -14,3 +14,3 @@

static getSystemFontWeightItalicSymbolicTraits(size: number, weight: number, italic: boolean, symbolicTraits: number): UIFont;
static getSystemFontWeightItalicSymbolicTraits(size: number, weight: number, italic: boolean, symbolicTraits: UIFontDescriptorSymbolicTraits): UIFont;

@@ -17,0 +17,0 @@ static new(): NativeScriptUtils; // inherited from NSObject

@@ -60,2 +60,4 @@

readonly supplementalCategories: NSArray<SRSupplementalCategory>;
readonly textInputSessions: NSArray<SRTextInputSession>;

@@ -319,2 +321,4 @@

readonly longWordTouchUpDown: NSArray<SRKeyboardProbabilityMetric<NSUnitDuration>>;
readonly longWordUpErrorDistance: NSArray<SRKeyboardProbabilityMetric<NSUnitLength>>;

@@ -412,2 +416,4 @@

readonly touchUpDown: SRKeyboardProbabilityMetric<NSUnitDuration>;
readonly typingSpeed: number;

@@ -631,2 +637,21 @@

declare class SRSupplementalCategory extends NSObject implements NSCopying, NSSecureCoding {
static alloc(): SRSupplementalCategory; // inherited from NSObject
static new(): SRSupplementalCategory; // inherited from NSObject
readonly identifier: string;
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding
constructor(o: { coder: NSCoder; }); // inherited from NSCoding
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any;
encodeWithCoder(coder: NSCoder): void;
initWithCoder(coder: NSCoder): this;
}
declare class SRTextInputSession extends NSObject {

@@ -633,0 +658,0 @@

{
"name": "@nativescript/types-ios",
"version": "8.4.0",
"version": "8.5.0",
"description": "NativeScript Types for iOS.",

@@ -5,0 +5,0 @@ "homepage": "https://nativescript.org",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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