Socket
Socket
Sign inDemoInstall

ios-simulator

Package Overview
Dependencies
57
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

4

lib/helper.js

@@ -63,6 +63,6 @@ 'use strict';

if (!!~line.indexOf('--')) {
if (line.match(/--\s(.*)\s--/)) {
var regExp = /--\s(.*)\s--/;
var matches = regExp.exec(line);
runtime = matches[1];
runtime = matches[1] || '';
return;

@@ -69,0 +69,0 @@ }

{
"name": "ios-simulator",
"version": "1.0.9",
"version": "1.0.10",
"description": "iOS Simulator Node.js wrapper",

@@ -5,0 +5,0 @@ "keywords": [

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