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

extjs-hero

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

extjs-hero - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js

47

Gruntfile.js

@@ -11,16 +11,2 @@ 'use strict';

// Clean Config
clean: {
dist: {
files: [{
dot: true,
src: [
'.tmp',
'dist/*',
'!dist/.git*'
]
}]
},
server: ['.tmp'],
},

@@ -32,2 +18,6 @@ delay: 300,

watch: {
index: {
files: '<%= jshint.index.src %>',
tasks: ['jshint:index']
},
gruntfile: {

@@ -41,11 +31,2 @@ files: '<%= jshint.gruntfile.src %>',

},
app: {
files: '<%= jshint.app.src %>',
tasks: ['express:app:stop','jshint:app','express:app'],
options: {
livereload: true,
nospawn: true, //Without this option specified express won't be reloaded
atBegin: true
}
},
test: {

@@ -81,8 +62,8 @@ files: '<%= jshint.test.src %>',

},
index: {
src: 'index.js'
},
gruntfile: {
src: 'Gruntfile.js'
},
app: {
src: ['app/**/*.js']
},
coffee: {

@@ -94,14 +75,2 @@ src: ['src/**/*.coffee']

}
},
// Express Config
express: {
options: {
// Override defaults here
},
app: {
options: {
script: 'app/app.js'
}
}
}

@@ -118,3 +87,3 @@

// Restart
grunt.registerTask('recompile', 'recompile coffeescript', [
grunt.registerTask('init', 'recompile coffeescript', [
'coffee:glob_to_multiple',

@@ -121,0 +90,0 @@ 'watch'

{
"name": "extjs-hero",
"version": "0.0.1",
"version": "0.0.2",
"repository":{

@@ -15,20 +15,15 @@ "type": "git",

"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-coffee": "~0.11.1",
"grunt-open": "~0.2.2",
"grunt-express-server": "~0.4.2",
"grunt-rev": "~0.1.0",
"grunt-concurrent": "~0.3.0",
"load-grunt-tasks": "~0.1.0",
"time-grunt": "~0.1.1"
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~1.0.0"
},
"engines": {
"node": ">=0.10.30",
"npm": "1.4.23"
"npm": ">=1.4.23"
}
}
## Introduction
I'll get to it... tomorrow...
haven't even started adding code 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