New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

common-js-file-extensions

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-js-file-extensions - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -35,3 +35,2 @@ /**

var configExtensions = [
'js', // built-in
'json', // built-in

@@ -44,4 +43,3 @@ 'json.ls', // http://livescript.net/

code: codeExtensions,
config: configExtensions,
all: codeExtensions.concat(configExtensions)
config: configExtensions
};
{
"name": "common-js-file-extensions",
"version": "1.0.1",
"version": "1.0.2",
"description": "Common JavaScript File Extensions",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,3 +6,2 @@ # Common JavaScript File Extensions

- `config`: contains an array of JavaScript extensions that refers to config/object files
- `all`: contains both arrays

@@ -25,2 +24,3 @@ ## List of supported extensions and sources

- cs
- coffee

@@ -52,6 +52,2 @@ - litcoffee

#### [C#]()
- cs
### Config/object file extensions

@@ -71,7 +67,3 @@

### [Ini](https://en.wikipedia.org/wiki/INI_file#Format)
- ini
---
License MIT - Copyright (c) 2016 Luis Lobo Borobia
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