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

voodoo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voodoo - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json
{
"name": "voodoo",
"version": "0.0.9",
"version": "0.0.10",
"description": "website checker/optimizer/cleaner",

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

$(document).ready(function() {
var ok;
var 2;
var 3;
haha;
hoho
hihi
});

@@ -17,3 +17,3 @@ config.init({

lint: {
files: ["assets/js/*.js"]
files: ["assets/js/!(plugins)*.js"]
},

@@ -48,3 +48,3 @@

// Application files
"assets/js/app.js": ["assets/js/*.js"],
"assets/js/app.js": ["assets/js/!(plugins)*.js"],

@@ -66,2 +66,3 @@ // The core library files

// task.registerTask("default", "clean lint:files concat min");
task.registerTask("default", "clean lint:files concat min pulverize");
// task.registerTask("default", "clean lint:files concat min pulverize");
task.registerTask("default", "concat");

@@ -8,2 +8,2 @@ # Bucket List

# Bugs
* there is no check for an existing local **voodoo.js** file, it's always overwritten (voodoo.coffee)
none so far, hit the issue button HARD!
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