Socket
Socket
Sign inDemoInstall

@aelesia/npm-template

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.2.0-next.63

dist/index.d.ts

8

.eslintrc.json

@@ -9,3 +9,2 @@ {

"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier"

@@ -27,10 +26,7 @@ ],

"rules": {
"no-unused-vars": "off",
"no-unused-vars": "warn",
"no-constant-condition": "warn",
"no-empty": "warn",
"consistent-return": "error",
"@typescript-eslint/explicit-function-return-type": "warn",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/class-name-casing": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/no-empty-function": "warn",
"prettier/prettier": "warn",

@@ -37,0 +33,0 @@ "prefer-const": "off"

{
"name": "@aelesia/npm-template",
"version": "0.1.4",
"version": "0.2.0-next.63",
"description": "Template for NPM packages",

@@ -5,0 +5,0 @@ "author": "",

@@ -14,4 +14,4 @@ {

// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
"declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */

@@ -18,0 +18,0 @@ // "outFile": "./", /* Concatenate and emit output to single file. */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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