Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 1.0.8

4

package.json
{
"name": "cordova-import-npm",
"version": "1.0.7",
"version": "1.0.8",
"description": "Import files from npm packages into your cordova www directory automatically, upon cordova prepare or cordova build",
"scripts": {
"test": "standard && npm i jquery bootstrap && node test/test.js && npm remove jquery bootstrap && node scripts/postinstall.js --test && echo \"TEST OK\"",
"install": "echo 'Postinstall' && node scripts/postinstall.js"
"postinstall": "echo 'Postinstall' && node scripts/postinstall.js"
},

@@ -9,0 +9,0 @@ "keywords": [

@@ -11,2 +11,3 @@ // const fs = require('fs')

console.log('Postinstall script running on ' + colors.cyan(__dirname))
process.exitCode = 0

@@ -13,0 +14,0 @@ /*

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