Socket
Socket
Sign inDemoInstall

macroable

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

macroable - npm Package Compare versions

Comparing version 5.1.4 to 6.0.0

79

package.json
{
"name": "macroable",
"version": "5.1.4",
"version": "6.0.0",
"description": "A simple ES6 class that can be extended to provide macros and getters functionality",

@@ -13,3 +13,3 @@ "main": "build/index.js",

"pretest": "npm run lint",
"test": "node japaFile.js",
"test": "node .bin/test.js",
"clean": "del build",

@@ -19,3 +19,3 @@ "compile": "npm run lint && npm run clean && tsc",

"commit": "git-cz",
"release": "np",
"release": "np --message=\"chore(release): %s\"",
"version": "npm run build",

@@ -33,18 +33,20 @@ "prepublishOnly": "npm run build",

"devDependencies": {
"@adonisjs/mrm-preset": "^4.1.2",
"@adonisjs/require-ts": "^2.0.7",
"@types/node": "^16.3.3",
"@adonisjs/mrm-preset": "^5.0.2",
"@adonisjs/require-ts": "^2.0.8",
"@types/node": "^17.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^4.0.1",
"doctoc": "^2.0.1",
"eslint": "^7.31.0",
"doctoc": "^2.1.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.3",
"eslint-plugin-prettier": "^3.4.0",
"github-label-sync": "^2.0.1",
"husky": "^7.0.1",
"japa": "^3.1.1",
"mrm": "^3.0.2",
"np": "^7.5.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"github-label-sync": "^2.0.2",
"husky": "^7.0.4",
"japa": "^4.0.0",
"mrm": "^3.0.10",
"np": "^7.6.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},

@@ -75,3 +77,46 @@ "nyc": {

"anyBranch": false
},
"mrmConfig": {
"core": false,
"license": "MIT",
"services": [
"github-actions"
],
"minNodeVersion": "16.13.1",
"probotApps": [
"stale",
"lock"
],
"runGhActionsOnWindows": false
},
"eslintConfig": {
"extends": [
"plugin:adonis/typescriptPackage",
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
},
"eslintIgnore": [
"build"
],
"prettier": {
"trailingComma": "es5",
"semi": false,
"singleQuote": true,
"useTabs": false,
"quoteProps": "consistent",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
}
}
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