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

cordova-import-npm

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-import-npm - npm Package Compare versions

Comparing version 1.0.27 to 1.0.28

2

package.json
{
"name": "cordova-import-npm",
"version": "1.0.27",
"version": "1.0.28",
"description": "Import files from npm packages into your cordova www directory automatically, upon cordova prepare or cordova build",

@@ -5,0 +5,0 @@ "scripts": {

@@ -23,3 +23,3 @@ #!/usr/bin/env node

? path.join(__dirname, '..', 'test', 'config.xml')
: path.join(process.env.INIT_CWD, 'config.xml')
: path.join(process.env.INIT_CWD || process.cwd(), 'config.xml')

@@ -26,0 +26,0 @@ console.log(`Editing config.xml:${colors.cyan(configXmlFileName)}`)

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