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

yeoman-include

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

yeoman-include - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

package.json
{
"name": "yeoman-include",
"description": "Yeoman task to include static templates",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/marmelab/yeoman-include",

@@ -30,2 +30,5 @@ "author": {

},
"dependencies": {
"exec-sync": "~0.1.6"
},
"devDependencies": {

@@ -36,4 +39,3 @@ "grunt-contrib-jshint": "~0.6.0",

"grunt-contrib-copy": "~0.4.1",
"grunt": "~0.4.1",
"exec-sync": "~0.1.6"
"grunt": "~0.4.1"
},

@@ -40,0 +42,0 @@ "peerDependencies": {

@@ -54,4 +54,4 @@ # yeoman-include

grunt.initConfig({
include: {
build: '<%= yeoman.app %>/*.html'
include: {
build: '<%= yeoman.app %>/*.html',
tmp: '.tmp/*.html'

@@ -66,3 +66,3 @@ },

"include:clean-dest": {
build: <%= yeoman.dist %>/*.html',
build: '<%= yeoman.dist %>/*.html',
tmp: '.tmp/*.html'

@@ -69,0 +69,0 @@ }

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