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

build-future-simple-template

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-future-simple-template - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

Readme.md

2

dest/js/all.min.js

@@ -1,2 +0,2 @@

/*! simple-template 2016-06-13 --auto generated by grunt uglify */
/*! build-future-simple-template 2016-06-13 --auto generated by grunt uglify */
var a="a";console.log(a);var c="c";console.log(c),function(a,b){function c(b,c){"function"==typeof a.addEventListener&&(b.addEventListener("mousedown",function(d){d=d||a.event;var f=d.target;console.log("mouse down..."),i(f,"block")||(f=f.parentNode),h(f,"spin"),g(f,"ondrag"),c.left=parseFloat(j(f,"left")),c.top=parseFloat(j(f,"top")),c.currentX=d.clientX,c.currentY=d.clientY,k=c.index,l=b,e(b)}),document.addEventListener("mouseup",function(c){c=c||a.event;var d=l;g(d,"spin"),h(d,"ondrag"),f(b),k=-1,l=null}),document.onselectstart=function(){return!1})}function d(b){b=b||a.event;var c=l;console.log("mouse mousemove..."+k);var d=o[k],e=b.clientX-d.currentX+d.left,f=b.clientY-d.currentY+d.top,g=";left:"+e+"px;top:"+f+"px;";c.style=g}function e(){document.addEventListener("mousemove",d)}function f(){document.removeEventListener("mousemove",d)}function g(a,b){b&&"string"==typeof b&&(i(a,b)||(a.className=a.className+" "+b))}function h(a,b){b&&"string"==typeof b&&a.className&&(a.className=a.className.replace(new RegExp(b,"g"),""),a.className=a.className.replace(new RegExp(" ","g")," "))}function i(a,b){return b&&"string"==typeof b&&a.className?new RegExp(b,"g").test(a.className):!1}if(!b)throw Error("Modernizer is not defined ...");b.touch?console.log("touch enabled"):console.log("touch disabled");var j=function(b,c){return b.currentStyle?b.currentStyle[c]:a.getComputedStyle(b,!1)[c]},k=-1,l=null,m=function(b,c,d){if("function"!=typeof d)throw new TypeError("binding listener must be function ... ");"function"==typeof a.addEventListener?b.addEventListener(c,d):"function"==typeof a.attachEvent?b.attachEvent("on"+c,d):b["on"+c]=d};m(document,"mousemove",function(b){b=b||a.event;var c="";c=c+"e.pageX = "+b.pageX+", e.pageY = "+b.pageY+";",c=c+"<br/> e.clientX = "+b.clientX+", e.clientY = "+b.clientY,c=c+"<br/> e.offsetX = "+b.offsetX+", e.offsetY = "+b.offsetY});for(var n=document.getElementsByClassName("block"),o=[],p=0;p<n.length;p++){var q=n[p];console.log(q);var r={currentX:0,currentY:0,left:0,top:0,index:p};o.push(r),c(q,r)}}(window,window.Modernizr);

@@ -20,4 +20,2 @@ /**

*
*
*
* [Copy -->] Sass/Less --> Contact --> JsHint --> Uglify --> Cssmin --> Imagemin --> Htmlmin

@@ -68,2 +66,7 @@ *

dest:'<%=dest %>lib'
},
{ expand:true,
cwd: '<%=srcName %>',
src: 'lib/**',
dest:'<%=dest %>lib'
}

@@ -70,0 +73,0 @@ ]

{
"name": "build-future-simple-template",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple Template contains a simple file hierarchy to build a front end project, which includes css, sass, js,html,imgs,font and engined by express,hope you like it! -- @BuildFuture ",

@@ -11,3 +11,3 @@ "main": "server.js",

"keywords": [
"BuildFuture",
"@BuildFuture",
"Template",

@@ -21,5 +21,4 @@ "Node",

"author": "samuelzuuka@gmail.com",
"license": "ISC",
"license": "MIT",
"dependencies": {
"express": "^4.13.4"
},

@@ -26,0 +25,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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