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

ios-sim-portable

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ios-sim-portable - npm Package Compare versions

Comparing version 1.0.10-alpha to 1.0.10-beta

0

bin/ios-sim-portable.js
#!/usr/bin/env node
require("../lib/ios-sim.js");

@@ -0,0 +0,0 @@ //grunt-start

@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".././.d.ts"/>

///<reference path="./.d.ts"/>
"use strict";
//# sourceMappingURL=declarations.js.map

2

lib/declarations.ts

@@ -20,3 +20,3 @@ ///<reference path="./.d.ts"/>

interface IDevice {
device: any; // NodObjC wrapper to device
device: any; // nodobjc wrapper to device
deviceIdentifier: string;

@@ -23,0 +23,0 @@ fullDeviceIdentifier: string;

@@ -0,0 +0,0 @@ // Type definitions for node-fibers

@@ -0,0 +0,0 @@ /************************************************

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

declare module "NodObjC" {
declare module "nodobjc" {
export function importFramework(frameworkName: string): void;

@@ -3,0 +3,0 @@ export var classDefinition: IClass;

@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path="./.d.ts"/>

///<reference path="./.d.ts"/>
"use strict";
var options = require("./options");
var $ = require("NodObjC");
var $ = require("nodobjc");
var XCode5Simulator = (function () {

@@ -6,0 +6,0 @@ function XCode5Simulator() {

@@ -9,3 +9,3 @@ ///<reference path="./.d.ts"/>

var $ = require("NodObjC");
var $ = require("nodobjc");

@@ -12,0 +12,0 @@ export class XCode5Simulator implements ISimulator {

@@ -7,3 +7,3 @@ ///<reference path="./.d.ts"/>

var os = require("os");
var $ = require("NodObjC");
var $ = require("nodobjc");
var XCode6Simulator = (function () {

@@ -10,0 +10,0 @@ function XCode6Simulator() {

@@ -8,3 +8,3 @@ ///<reference path="./.d.ts"/>

import os = require("os");
var $ = require("NodObjC");
var $ = require("nodobjc");

@@ -11,0 +11,0 @@ export class XCode6Simulator implements ISimulator {

@@ -14,3 +14,3 @@ ///<reference path="./.d.ts"/>

var xcode5SimulatorLib = require("./iphone-simulator-xcode-5");
var $ = require("NodObjC");
var $ = require("nodobjc");
var iPhoneSimulator = (function () {

@@ -17,0 +17,0 @@ function iPhoneSimulator() {

@@ -17,3 +17,3 @@ ///<reference path="./.d.ts"/>

var $ = require("NodObjC");
var $ = require("nodobjc");

@@ -20,0 +20,0 @@ export class iPhoneSimulator implements IiPhoneSimulator {

@@ -0,0 +0,0 @@ ///<reference path=".d.ts"/>

@@ -0,0 +0,0 @@ ///<reference path=".d.ts"/>

@@ -0,0 +0,0 @@ function stringify(arr, delimiter) {

@@ -0,0 +0,0 @@ export function stringify(arr: string[], delimiter?: string): string {

{
"name": "ios-sim-portable",
"version": "1.0.10-alpha",
"version": "1.0.10-beta",
"description": "",

@@ -29,6 +29,6 @@ "main": "./lib/ios-sim.js",

"dependencies": {
"NodObjC": "https://github.com/telerik/NodObjC/tarball/v1.0.0.0",
"colors": "0.6.2",
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.0",
"lodash": "3.2.0",
"nodobjc": "https://github.com/telerik/NodObjC/tarball/v2.0.0.0",
"yargs": "1.2.2"

@@ -35,0 +35,0 @@ },

@@ -0,0 +0,0 @@ var fs = require("fs");

@@ -0,0 +0,0 @@ ios-sim-portable

@@ -0,0 +0,0 @@ --[]--

Sorry, the diff of this file is not supported yet

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

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