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.6 to 1.6.7

4

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

@@ -56,3 +56,3 @@ "homepage": "http://wonkajs.com",

},
"_id": "wonkajs@1.6.6",
"_id": "wonkajs@1.6.7",
"optionalDependencies": {},

@@ -59,0 +59,0 @@ "_engineSupported": true,

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

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

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

fs.writeFile(path.join(projectDir, 'deploy', 'manifest.webapp'), JSON.stringify(manifest, null, 2), function (err) {
if (err) throw err;
});
if(manifest.type == 'privileged' || manifest.type == 'certified') {

@@ -77,0 +72,0 @@ //TODO: Generate zip file for marketplace

@@ -12,4 +12,3 @@ var utils = require('../lib/utils.js'),

'icons': 'icons',
'index.hbs': 'index.hbs',
'manifest.appcache': 'manifest.appcache'
'index.hbs': 'index.hbs'
};

@@ -16,0 +15,0 @@

window.main = function() {
window.applicationCache.addEventListener('updateready', function(e) {
console.log('cache ready');
if (window.applicationCache.status == window.applicationCache.UPDATEREADY) {
window.applicationCache.swapCache();
window.location.reload();
}
}, false);
Backbone.emulateJSON = true;

@@ -12,0 +4,0 @@

@@ -8,5 +8,3 @@ {

],
"files": [
"manifest.appcache"
]
"files": []
},

@@ -13,0 +11,0 @@ "environment": {

Sorry, the diff of this file is not supported yet

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