Socket
Socket
Sign inDemoInstall

xcode

Package Overview
Dependencies
Maintainers
4
Versions
1213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcode - npm Package Compare versions

Comparing version 0.8.8 to 0.8.9

8

lib/pbxFile.js

@@ -169,7 +169,5 @@ var path = require('path'),

self = this;
this.basename = path.basename(filepath);
this.lastKnownFileType = opt.lastKnownFileType || detectType(filepath);
this.group = detectGroup(self, opt);
this.group = detectGroup(this, opt);

@@ -183,3 +181,3 @@ // for custom frameworks

this.path = defaultPath(this, filepath).replace(/\\/g, '/');
this.fileEncoding = this.defaultEncoding = opt.defaultEncoding || defaultEncoding(self);
this.fileEncoding = this.defaultEncoding = opt.defaultEncoding || defaultEncoding(this);

@@ -196,3 +194,3 @@ // When referencing products / build output files

this.sourceTree = opt.sourceTree || detectSourcetree(self);
this.sourceTree = opt.sourceTree || detectSourcetree(this);
this.includeInIndex = 0;

@@ -199,0 +197,0 @@

@@ -5,3 +5,3 @@ {

"description": "parser for xcodeproj/project.pbxproj files",
"version": "0.8.8",
"version": "0.8.9",
"main": "index.js",

@@ -8,0 +8,0 @@ "repository": {

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