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.0 to 0.1.1

4

package.json

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

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

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

"contributors": []
}
}

@@ -184,2 +184,4 @@ /*

return filepath;
}else if (platform === 'ios' && (file != 'config.xml' || file != 'WeexpluginConfig.xml')){
return filepath = path.join(project_dir, getIOSProjectname(project_dir), file);
}

@@ -186,0 +188,0 @@

@@ -44,2 +44,4 @@ /*

file = 'res/xml/config.xml';
}else if(file.indexOf('.xml') > -1 && platform == 'ios') {
file = path.join('Resources', 'WeexpluginConfig.xml');
}

@@ -46,0 +48,0 @@ var fake_path = path.join(project_dir, platform, file);

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