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

4

index.js

@@ -38,3 +38,5 @@ var htmlDecode = require('htmlEncode').htmlDecode

info.type = getType(xml)
info.cers = xml.match(/[a-z0-9A-Z\+\/]+==/g)
info.cers = xml.match(/<key>DeveloperCertificates<\/key>\n\s+<array>\n\s+(?:<data>(.+)<\/data>\n\s+)+<\/array>/)
info.cers = [...info.cers]
info.cers.shift(0, 1)
return info

@@ -41,0 +43,0 @@ }

{
"name": "mobileprovision-parse",
"version": "0.0.3",
"version": "0.0.4",
"description": "mobileprovision-parse",

@@ -5,0 +5,0 @@ "main": "index.js",

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