New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9-alpha to 1.0.9-beta

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;

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

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

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

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

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

@@ -8,0 +8,0 @@ var XCode5Simulator = (function () {

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

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

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

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

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

@@ -11,0 +11,0 @@ var XCode6Simulator = (function () {

@@ -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 {

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

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

@@ -19,0 +19,0 @@ var iPhoneSimulator = (function () {

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

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

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

{
"name": "ios-sim-portable",
"version": "1.0.9-alpha",
"version": "1.0.9-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 @@ },

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