Socket
Socket
Sign inDemoInstall

interpret

Package Overview
Dependencies
0
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

4

index.js

@@ -23,2 +23,3 @@ var extensions = {

'.ts': 'typescript-require',
'.wisp': 'wisp/engine/node',
'.xml': 'require-xml',

@@ -67,3 +68,4 @@ '.yaml': 'require-yaml',

'.ls',
'.ts'
'.ts',
'.wisp'
];

@@ -70,0 +72,0 @@

{
"name": "interpret",
"description": "A dictionary of file extensions and associated module loaders.",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/tkellen/node-interpret",

@@ -50,2 +50,3 @@ "author": {

"typescript",
"wisp",
"xml",

@@ -52,0 +53,0 @@ "yaml",

@@ -34,2 +34,3 @@ # interpret

'.ts': 'typescript-require',
'.wisp': 'wisp/engine/node',
'.xml': 'require-xml',

@@ -94,3 +95,4 @@ '.yaml': 'require-yaml',

'.ls': 'livescript',
'.ts': 'typescript-require'
'.ts': 'typescript-require',
'.wisp': 'wisp/engine/node'
}

@@ -97,0 +99,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc