New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

weexpack-common

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weexpack-common - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.idea/dictionaries/zq.xml

4

package.json

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "0.1.1",
"version": "0.1.2",
"repository": {

@@ -46,2 +46,2 @@ "type": "git",

"contributors": []
}
}

@@ -167,7 +167,14 @@ /*

if (file.indexOf('*') > -1 && file.indexOf('plist') > -1) {
project_dir = path.join(project_dir, '..');
project_dir = path.join(project_dir);
// handle wildcards in targets using glob.
matches = modules.glob.sync(path.join(project_dir, '**', file));
if (matches.length) filepath = matches[0];
else {
project_dir = path.join(project_dir, '..');
// handle wildcards in targets using glob.
matches = modules.glob.sync(path.join(project_dir, '**', file));
if (matches.length) filepath = matches[0];
}

@@ -174,0 +181,0 @@ // [CB-5989] multiple Info.plist files may exist. default to $PROJECT_NAME-Info.plist

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