directus-ext
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -31,5 +31,7 @@ #!/usr/bin/env node | ||
const bundler = new Bundler(entryFiles, options); | ||
bundler.on('bundled', function() { | ||
writeMeta(); | ||
}); | ||
bundler.bundle(); | ||
writeMeta(); | ||
} catch (ex) { | ||
@@ -36,0 +38,0 @@ throw ex; |
{ | ||
"name": "directus-ext", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -10,3 +10,3 @@ "main": "bin/index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": ["directus", "directus extension"], | ||
"homepage": "https://github.com/owner/project#readme", | ||
@@ -18,3 +18,9 @@ "repository": { | ||
"author": "mrphu3074@gmail.com", | ||
"license": "ISC", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
{ | ||
"type": "Apache-2.0", | ||
"url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
} | ||
], | ||
"devDependencies": { | ||
@@ -21,0 +27,0 @@ "parcel-bundler": "^1.11.0", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
18592
11
0
62
5
6