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

dev3cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev3cli - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

libs/init/eslint.js

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

'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
// 'React' was used before it was defined

@@ -85,2 +86,3 @@ 'no-use-before-define': 'off'

'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-use-before-define': 'off'

@@ -87,0 +89,0 @@ }

3

libs/init/tsconfig.js

@@ -33,5 +33,2 @@ /**

'paths': {
'~/*': [
'./*'
],
'@/*': [

@@ -38,0 +35,0 @@ './*'

{
"name": "dev3cli",
"version": "0.0.7",
"version": "0.0.8",
"description": "Quickly build command line interface for Web development environment.",

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

@@ -35,3 +35,3 @@ //__HEADER__

alias: {
'~': resolve('./')
'@': resolve('./')
}

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