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

grunt-jasper

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jasper - npm Package Compare versions

Comparing version

to
0.1.1

16

package.json
{
"name": "grunt-jasper",
"version": "0.1.0",
"version": "0.1.1",
"description": "build and package jasper application",

@@ -20,14 +20,16 @@ "homepage": "https://github.com/jasperjs/jasper-build",

"license": "MIT",
"dependencies":{
"html-minifier": "^0.6.9"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-typescript": "^0.6.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-typescript": "^0.6.1",
"html-minifier": "^0.6.9",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
"jshint-stylish": "~0.1.5"
},

@@ -34,0 +36,0 @@ "scripts": {

@@ -56,2 +56,7 @@ /*

module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-typescript');

@@ -58,0 +63,0 @@ grunt.registerMultiTask('jasper', 'Build jasper application', function (release) {

Sorry, the diff of this file is not supported yet