Socket
Socket
Sign inDemoInstall

interpret

Package Overview
Dependencies
Maintainers
4
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 1.3.0 to 1.4.0

mjs-stub.js

6

index.js

@@ -0,1 +1,5 @@

var path = require('path');
var mjsStub = path.join(__dirname, 'mjs-stub');
var extensions = {

@@ -96,2 +100,3 @@ '.babel.js': [

'.ls': ['livescript', 'LiveScript'],
'.mjs': mjsStub,
'.node': null,

@@ -152,2 +157,3 @@ '.toml': {

'.ls',
'.mjs',
'.ts',

@@ -154,0 +160,0 @@ '.tsx',

5

package.json
{
"name": "interpret",
"version": "1.3.0",
"version": "1.4.0",
"description": "A dictionary of file extensions and associated module loaders.",

@@ -18,3 +18,4 @@ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",

"LICENSE",
"index.js"
"index.js",
"mjs-stub.js"
],

@@ -21,0 +22,0 @@ "scripts": {

1

README.md

@@ -117,2 +117,3 @@ <p align="center">

'.ls': ['livescript', 'LiveScript'],
'.mjs': '/absolute/path/to/interpret/mjs-stub.js',
'.node': null,

@@ -119,0 +120,0 @@ '.toml': {

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