Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-vgno

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vgno - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "eslint-config-vgno",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint configuration for VG.no coding standard",

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

'use strict';
var path = require('path');
var fs = require('fs');

@@ -8,8 +7,3 @@

var content = fs.readFileSync(
path.join(
__dirname,
'node_modules',
'vgno-coding-standards',
file
),
require.resolve('vgno-coding-standards/' + file),
'utf8'

@@ -16,0 +10,0 @@ );

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