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 2.1.0 to 2.2.0

mjs-stub.js

4

index.js

@@ -5,2 +5,4 @@ var path = require('path');

var mjsStub = path.join(__dirname, 'mjs-stub');
function ignoreNonBabelAndNodeModules(file) {

@@ -134,2 +136,3 @@ return !endsInBabelJs.test(file) &&

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

@@ -198,2 +201,3 @@ '.toml': {

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

@@ -200,0 +204,0 @@ '.tsx',

5

package.json
{
"name": "interpret",
"version": "2.1.0",
"version": "2.2.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": {

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

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

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