Socket
Socket
Sign inDemoInstall

interpret

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interpret - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

index.js

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

'.toml': 'toml-require',
'.ts': 'typescript-require',
'.xml': 'require-xml',

@@ -37,3 +38,4 @@ '.yaml': 'require-yaml',

'.litcoffee',
'.ls'
'.ls',
'.ts'
];

@@ -40,0 +42,0 @@

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

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

"toml",
"typescript",
"xml",

@@ -36,0 +37,0 @@ "yaml",

@@ -7,3 +7,3 @@ # interpret

## What is it
This is used by [rechoir](http://github.com/tkellen/node-rechoir) for registering module loaders.
This is used by [Liftoff](http://github.com/tkellen/node-liftoff) to automatically require dependencies for configuration files, and by [rechoir](http://github.com/tkellen/node-rechoir) for registering module loaders.

@@ -28,2 +28,3 @@ ## API

'.toml': 'toml-require',
'.ts': 'typescript-require',
'.xml': 'require-xml',

@@ -57,3 +58,4 @@ '.yaml': 'require-yaml',

'.litcoffee': 'coffee-script/register',
'.ls': 'livescript'
'.ls': 'livescript',
'.ts': 'typescript-require'
}

@@ -60,0 +62,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc