Socket
Socket
Sign inDemoInstall

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.5.0 to 0.5.1

3

index.js
var extensions = {
'.babel.js': 'babel/register',
'.cirru': 'cirru-script/lib/register',
'.cjsx': 'node-cjsx/register',

@@ -18,2 +19,3 @@ '.co': 'coco',

'.ls': 'LiveScript',
'.node': null,
'.toml': 'toml-require',

@@ -68,2 +70,3 @@ '.ts': 'typescript-register',

'.babel.js',
'.cirru',
'.cjsx',

@@ -70,0 +73,0 @@ '.co',

3

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

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

"keywords": [
"cirru-script",
"cjsx",

@@ -27,0 +28,0 @@ "co",

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

'.babel.js': 'babel/register',
'.cirru': 'cirru-script/lib/register',
'.cjsx': 'node-cjsx/register',

@@ -85,2 +86,3 @@ '.co': 'coco',

'.babel.js': 'babel/register',
'.cirru': 'cirru-script/lib/register',
'.cjsx': 'node-cjsx/register',

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc