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.4 to 0.3.5

5

index.js

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

'.json': null,
'.jsx': 'node-jsx',
'.litcoffee': 'coffee-script/register',

@@ -19,2 +20,5 @@ '.ls': 'LiveScript',

var register = {
'node-jsx': function (module) {
module.install({ extension: '.jsx', harmony: true });
},
'toml-require': function (module) {

@@ -30,2 +34,3 @@ module.install();

'.iced',
'.jsx',
'.litcoffee',

@@ -32,0 +37,0 @@ '.ls'

4

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

@@ -30,3 +30,5 @@ "author": {

"ini",
"jsx",
"livescript",
"react",
"toml",

@@ -33,0 +35,0 @@ "xml",

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