Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coexist

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coexist - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

test/test.css

4

index.js

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