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

directus-ext

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directus-ext - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

example/src/button.css

6

bin/index.js

@@ -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",

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