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

ember-cli-deploy-manifest

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-manifest - npm Package Compare versions

Comparing version

to
0.1.0

6

index.js

@@ -18,3 +18,3 @@ /* jshint node: true */

defaultConfig: {
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,eot,ttf,woff,woff2}',
filePattern: '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}',
manifestPath: 'manifest.txt',

@@ -35,3 +35,3 @@ distDir: function(context) {

this.log('generating manifest at `' + manifestPath + '`');
this.log('generating manifest at `' + manifestPath + '`', { verbose: true });
try {

@@ -42,3 +42,3 @@ var filesToInclude = distFiles.filter(minimatch.filter(filePattern, { matchBase: true }));

fs.writeFileSync(outputPath, filesToInclude.join('\n'));
this.log('generated manifest including ' + filesToInclude.length + ' files ok');
this.log('generated manifest including ' + filesToInclude.length + ' files ok', { verbose: true });
return { manifestPath: manifestPath };

@@ -45,0 +45,0 @@ } catch (error) {

{
"name": "ember-cli-deploy-manifest",
"version": "0.1.0-beta.2",
"version": "0.1.0",
"description": "Ember CLI Deploy plugin to generate a manifest.",

@@ -14,7 +14,7 @@ "directories": {

},
"repository": "https://github.com/lukemelia/ember-cli-deploy-manifest",
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-manifest",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"author": "Luke Melia and ember-cli-deploy team",
"license": "MIT",

@@ -49,3 +49,3 @@ "devDependencies": {

"core-object": "^1.1.0",
"ember-cli-deploy-plugin": "0.1.2",
"ember-cli-deploy-plugin": "0.2.0",
"ember-cli-babel": "^5.0.0",

@@ -52,0 +52,0 @@ "minimatch": "^2.0.8",

@@ -46,3 +46,3 @@ # ember-cli-deploy-manifest

_Default:_ `"**/*.{js,css,png,gif,jpg,map,xml,txt,svg,eot,ttf,woff,woff2}"`
_Default:_ `"**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}"`

@@ -49,0 +49,0 @@ ### manifestPath