Socket
Socket
Sign inDemoInstall

@hloth/scaffold

Package Overview
Dependencies
5
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

7

out/template/swcrc.js

@@ -7,5 +7,10 @@ export default {

},
'target': 'es2017'
'target': 'es2017',
'paths': {
'@/*': [
'src/*'
]
}
},
'minify': true
};

@@ -21,3 +21,9 @@ /* eslint-disable quotes */ export default {

"useUnknownInCatchVariables": false,
"declaration": true
"declaration": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
},

@@ -24,0 +30,0 @@ "include": [

2

package.json
{
"name": "@hloth/scaffold",
"version": "1.0.3",
"version": "1.0.4",
"description": "NPX tool for me to easily scaffold new project, containing TypeScript config for modern ES, eslint with my favorite code style and Jest tests with ts support",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc