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

interpret

Package Overview
Dependencies
Maintainers
2
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.4.2 to 0.4.3

6

index.js

@@ -22,3 +22,3 @@ var extensions = {

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

@@ -44,3 +44,5 @@ '.xml': 'require-xml',

// .iced.md and .liticed weren't available before the register module
'.litcoffee': 'coffee-script'
'.litcoffee': 'coffee-script',
// typescript-require is for versions of TypeScript before 1.4
'.ts': 'typescript-require'
};

@@ -47,0 +49,0 @@

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

@@ -6,0 +6,0 @@ "author": {

@@ -33,3 +33,3 @@ # interpret

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

@@ -95,3 +95,3 @@ '.xml': 'require-xml',

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

@@ -98,0 +98,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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc