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.9 to 0.9.0

6

lib/pbxFile.js

@@ -32,3 +32,4 @@ var path = require('path'),

xctest: 'wrapper.cfbundle',
xib: 'file.xib'
xib: 'file.xib',
strings: 'text.plist.strings'
},

@@ -63,3 +64,4 @@ GROUP_BY_FILETYPE = {

'text.script.sh': 4,
'text.xcconfig': 4
'text.xcconfig': 4,
'text.plist.strings': 4
};

@@ -66,0 +68,0 @@

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

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

@@ -24,3 +24,4 @@ "repository": {

"test": "node_modules/.bin/nodeunit test/parser test"
}
},
"license": "Apache-2.0"
}

@@ -42,2 +42,2 @@ # node-xcode

MIT
Apache V2

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

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