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.2 to 5.1.3

2

LICENSE.md
# The MIT License
Copyright 2020 Harminder virk, contributors
Copyright 2021 Harminder Virk, contributors

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "macroable",
"version": "5.1.2",
"version": "5.1.3",
"description": "A simple ES6 class that can be extended to provide macros and getters functionality",

@@ -31,12 +31,10 @@ "main": "build/index.js",

"devDependencies": {
"@adonisjs/mrm-preset": "^3.0.0",
"@adonisjs/require-ts": "^2.0.3",
"@types/node": "^15.0.1",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"@adonisjs/mrm-preset": "^4.1.0",
"@adonisjs/require-ts": "^2.0.4",
"@types/node": "^15.6.1",
"del-cli": "^3.0.1",
"doctoc": "^2.0.0",
"eslint": "^7.25.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.0",
"eslint-plugin-adonis": "^1.3.1",
"eslint-plugin-prettier": "^3.4.0",

@@ -46,8 +44,7 @@ "github-label-sync": "^2.0.0",

"japa": "^3.1.1",
"mrm": "^3.0.1",
"mrm": "^3.0.2",
"np": "^7.5.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
"prettier": "^2.3.0",
"typescript": "^4.3.2"
},
"dependencies": {},
"nyc": {

@@ -74,8 +71,2 @@ "exclude": [

"homepage": "https://github.com/poppinss/macroable#readme",
"husky": {
"hooks": {
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js",
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md"
}
},
"np": {

@@ -82,0 +73,0 @@ "contents": ".",

@@ -7,3 +7,3 @@ <div align="center"><img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1557762307/poppinss_iftxlt.jpg" width="600px"></div>

[![circleci-image]][circleci-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url]
[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url]

@@ -101,4 +101,4 @@ Base class for exposing external API to extend the class prototype in a more declarative way.

[circleci-image]: https://img.shields.io/circleci/project/github/poppinss/macroable/master.svg?style=for-the-badge&logo=circleci
[circleci-url]: https://circleci.com/gh/poppinss/macroable 'circleci'
[gh-workflow-image]: https://img.shields.io/github/workflow/status/poppinss/macroable/test?style=for-the-badge
[gh-workflow-url]: https://github.com/poppinss/macroable/actions/workflows/test.yml "Github action"

@@ -105,0 +105,0 @@ [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript

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