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.7 to 0.3.8

2

index.js
var extensions = {
'.cjsx': 'node-cjsx/register',
'.co': 'coco',

@@ -31,2 +32,3 @@ '.coffee': 'coffee-script/register',

'.js',
'.cjsx',
'.co',

@@ -33,0 +35,0 @@ '.coffee',

2

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

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

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

{
'.cjsx': 'node-cjsx/register',
'.co': 'coco',

@@ -50,2 +51,3 @@ '.coffee': 'coffee-script/register',

{
'.cjsx': 'node-cjsx/register',
'.js': null,

@@ -52,0 +54,0 @@ '.co': 'coco',

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