Socket
Socket
Sign inDemoInstall

@poppinss/macroable

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/macroable - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

build/index.js.map

4

build/index.d.ts

@@ -5,3 +5,3 @@ /**

*/
declare abstract class Macroable {
export default abstract class Macroable {
/**

@@ -42,3 +42,1 @@ *

}
export { Macroable as default };

@@ -56,1 +56,2 @@ // index.ts

};
//# sourceMappingURL=index.js.map
{
"name": "@poppinss/macroable",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extend classes from outside in using Macros and getters",

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

"files": [
"build"
"build",
"!build/bin",
"!build/tests"
],

@@ -20,13 +22,12 @@ "exports": {

"test": "c8 npm run quick:test",
"clean": "del-cli build",
"lint": "eslint",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsup-node",
"precompile": "npm run lint",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
"build": "npm run compile",
"release": "np",
"version": "npm run build",
"prepublishOnly": "npm run build",
"format": "prettier --write .",
"lint": "eslint . --ext=.ts",
"sync-labels": "github-label-sync --labels .github/labels.json poppinss/macroable",
"quick:test": "node --loader=ts-node/esm bin/test.ts"
"release": "release-it",
"quick:test": "node --import=ts-node-maintained/register/esm --enable-source-maps bin/test.ts"
},

@@ -39,22 +40,18 @@ "keywords": [

"devDependencies": {
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.4.11",
"@types/node": "^20.11.30",
"c8": "^9.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"github-label-sync": "^2.3.1",
"husky": "^9.0.11",
"np": "^10.0.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"@adonisjs/eslint-config": "^2.0.0-beta.6",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
"@japa/assert": "^3.0.0",
"@japa/expect-type": "^2.0.2",
"@japa/runner": "^3.1.4",
"@release-it/conventional-changelog": "^8.0.2",
"@swc/core": "^1.7.26",
"@types/node": "^22.5.5",
"c8": "^10.1.2",
"eslint": "^9.10.0",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},

@@ -69,17 +66,41 @@ "repository": {

"homepage": "https://github.com/poppinss/macroable#readme",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"publishConfig": {
"access": "public",
"tag": "latest"
"provenance": true
},
"np": {
"message": "chore(release): %s",
"tag": "latest",
"branch": "main",
"anyBranch": false
"tsup": {
"entry": [
"./index.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": false,
"sourcemap": true,
"target": "esnext"
},
"release-it": {
"git": {
"requireCleanWorkingDir": true,
"requireUpstream": true,
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"push": true,
"tagName": "v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": true,
"skipChecks": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"c8": {

@@ -94,16 +115,3 @@ "reporter": [

},
"eslintConfig": {
"extends": "@adonisjs/eslint-config/package"
},
"prettier": "@adonisjs/prettier-config",
"tsup": {
"entry": [
"./index.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"target": "esnext"
}
"prettier": "@adonisjs/prettier-config"
}
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