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.6.0 to 0.6.1

7

index.js

@@ -47,3 +47,8 @@ const extensions = {

'.node': null,
'.toml': 'toml-require',
'.toml': {
module: 'toml-require',
register: function (module) {
module.install();
}
},
'.ts': ['typescript-register', 'typescript-require'],

@@ -50,0 +55,0 @@ '.wisp': 'wisp/engine/node',

2

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

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

@@ -61,3 +61,8 @@ # interpret

'.node': null,
'.toml': 'toml-require',
'.toml': {
module: 'toml-require',
register: function (module) {
module.install();
}
},
'.ts': ['typescript-register', 'typescript-require'],

@@ -64,0 +69,0 @@ '.wisp': 'wisp/engine/node',

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