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

grunt-swig-it

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-swig-it - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

96

package.json
{
"name": "grunt-swig-it",
"description": "Create static HTML files using Swig",
"version": "0.0.4",
"homepage": "https://github.com/adamsilver/grunt-swig-it",
"license": "MIT",
"author": {
"name": "Adam Silver",
"url": "http://github.com/adamsilver/"
},
"contributors": [
"Ryan Gibbons <rtgibbons23@gmail.com>"
],
"keywords": [
"grunt",
"swig",
"template"
],
"repository": {
"type": "git",
"url": "git://github.com/adamsilver/grunt-swig-it.git"
},
"bugs": {
"url": "https://github.com/adamsilver/grunt-swig-it/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/adamsilver/grunt-swig-it/blob/master/LICENSE-MIT"
}],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"swig": "~> 1.1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}
"name": "grunt-swig-it",
"description": "Create static HTML files using Swig",
"version": "0.0.5",
"homepage": "https://github.com/adamsilver/grunt-swig-it",
"license": "MIT",
"author": {
"name": "Adam Silver",
"url": "http://github.com/adamsilver/"
},
"contributors": [
"Ryan Gibbons <rtgibbons23@gmail.com>"
],
"keywords": [
"grunt",
"swig",
"template"
],
"repository": {
"type": "git",
"url": "git://github.com/adamsilver/grunt-swig-it.git"
},
"bugs": {
"url": "https://github.com/adamsilver/grunt-swig-it/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/adamsilver/grunt-swig-it/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"swig": "~> 1.1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}

@@ -51,8 +51,6 @@ # grunt-swig-it

If you store data inside `global.json`, placed in the root, this will be merged with any 'data' that you put inside the swig_it config.
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
## Release History
_(Nothing 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