Comparing version 0.1.1 to 0.2.0
@@ -1,4 +0,4 @@ | ||
require.extensions['.css'] = function (module: any, filename: string) {}; | ||
require.extensions['.svg'] = function (module: any, filename: string) { | ||
require.extensions['.css'] = function() {}; | ||
require.extensions['.svg'] = function() { | ||
module.exports = '<svg viewBox="0 0 19 19"><rect width=19 height=19 fill="red"></rect></svg>'; | ||
}; |
{ | ||
"name": "coexist", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Allow other extensions to be required into a node program", | ||
@@ -8,5 +8,5 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "exit 0" | ||
"test": "node test/test.js" | ||
}, | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2428
9
23
0