Socket
Socket
Sign inDemoInstall

wonkajs

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.7 to 1.6.8

2

package.json
{
"name": "wonkajs",
"version": "1.6.7",
"version": "1.6.8",
"description": "Wonka.js is a javascript client-side framework MVC like, built to enhance the frontend development, prioring team work and clean code.",

@@ -5,0 +5,0 @@ "homepage": "http://wonkajs.com",

@@ -17,2 +17,3 @@ var fs = require('fs'),

var pkg = JSON.parse(fs.readFileSync(pkgPath).toString());
var manifest = JSON.parse(fs.readFileSync(manifestPath).toString());

@@ -69,6 +70,2 @@ try {

});
if(manifest.type == 'privileged' || manifest.type == 'certified') {
//TODO: Generate zip file for marketplace
}

@@ -75,0 +72,0 @@ console.info('Project ready for deploy');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc