Socket
Socket
Sign inDemoInstall

@aelesia/npm-template

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aelesia/npm-template - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

22

.eslintrc.json
{
"env": {
"es6": true,
"es6": true,
"node": true
},
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"prettier"
],
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"prettier"
],
"globals": {
"Atomics": "readonly",
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
},
"parser": "@typescript-eslint/parser",

@@ -21,5 +21,5 @@ "parserOptions": {

"plugins": [
"@typescript-eslint",
"prettier"
],
"@typescript-eslint",
"prettier"
],
"rules": {

@@ -26,0 +26,0 @@ "no-unused-vars": "warn",

{
"name": "@aelesia/npm-template",
"version": "0.0.3",
"version": "0.1.0",
"description": "Template for NPM packages",

@@ -12,3 +12,3 @@ "author": "",

"prepublish": "tsc --incremental false",
"compile": "tsc --noEmit",
"compile": "tsc --noEmit && eslint src/** tests/** index.ts",
"test": "jest",

@@ -15,0 +15,0 @@ "lint": "eslint src/** tests/** index.ts --fix"

Sorry, the diff of this file is not supported yet

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