Socket
Socket
Sign inDemoInstall

native-run

Package Overview
Dependencies
47
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.1 to 1.7.2

2

dist/ios/lib/client/lockdownd.js

@@ -57,3 +57,3 @@ "use strict";

secureContext: tls.createSecureContext({
secureProtocol: 'TLSv1_method',
secureProtocol: 'TLSv1_2_method',
cert: pairRecord.RootCertificate,

@@ -60,0 +60,0 @@ key: pairRecord.RootPrivateKey,

@@ -72,3 +72,3 @@ "use strict";

secureContext: tls.createSecureContext({
secureProtocol: 'TLSv1_method',
secureProtocol: 'TLSv1_2_method',
cert: this.pairRecord.RootCertificate,

@@ -75,0 +75,0 @@ key: this.pairRecord.RootPrivateKey,

@@ -103,2 +103,5 @@ "use strict";

});
this.socket.on('error', err => {
throw err;
});
this.socket.on('data', reader.onData);

@@ -105,0 +108,0 @@ this.writer.write(this.socket, msg);

{
"name": "native-run",
"version": "1.7.1",
"version": "1.7.2",
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",

@@ -5,0 +5,0 @@ "bin": {

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

[![github-actions](https://img.shields.io/github/workflow/status/ionic-team/native-run/CI/develop?style=flat-square)](https://github.com/ionic-team/native-run/actions?query=workflow%3ACI)
[![github-actions](https://img.shields.io/github/actions/workflow/status/ionic-team/native-run/ci.yml?branch=develop&style=flat-square)](https://github.com/ionic-team/native-run/actions?query=workflow%3ACI)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)

@@ -3,0 +3,0 @@ [![npm](https://img.shields.io/npm/v/native-run.svg?style=flat-square)](https://www.npmjs.com/package/native-run)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc