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

mobileprovision-parse

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobileprovision-parse - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

20

package.json
{
"name": "mobileprovision-parse",
"version": "0.1.0",
"description": "mobileprovision-parse",
"version": "0.2.0",
"description": "Use JavaScript to parse the Provisioning Profiles used by xcode.",
"main": "index.js",

@@ -9,7 +9,19 @@ "scripts": {

},
"repository": {
"type": "git",
"url": "git+https://github.com/zhetengbiji/mobileprovision-parse.git"
},
"keywords": [
"mobileprovision"
"mobileprovision",
"Provisioning",
"xcode",
"ios",
"parse"
],
"author": "guoshengqiang",
"author": "Shengqiang Guo",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhetengbiji/mobileprovision-parse/issues"
},
"homepage": "https://github.com/zhetengbiji/mobileprovision-parse#readme",
"dependencies": {

@@ -16,0 +28,0 @@ "htmlencode": "0.0.4"

# mobileprovision-parse
### install
Use JavaScript to parse the Provisioning Profiles used by xcode.
### Install
```
npm i mobileprovision-parse --save
```
### use
### Use
```js

@@ -8,0 +14,0 @@ var parse = require('mobileprovision-parse')

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