Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.0.1 to 2.0.2

2

build/index.d.ts

@@ -1,2 +0,2 @@

declare type MacroableFn = (...args: []) => any;
declare type MacroableFn = (...args: any[]) => any;
declare type MacroableMap = {

@@ -3,0 +3,0 @@ [key: string]: MacroableFn;

@@ -0,1 +1,11 @@

<a name="2.0.2"></a>
## [2.0.2](https://github.com/poppinss/macroable/compare/2.0.1...2.0.2) (2019-03-23)
### Bug Fixes
* **type:** accept rest params as in MacroableFn ([e65ded2](https://github.com/poppinss/macroable/commit/e65ded2))
<a name="2.0.1"></a>

@@ -2,0 +12,0 @@ ## [2.0.1](https://github.com/poppinss/macroable/compare/2.0.0...2.0.1) (2019-02-02)

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

@@ -29,15 +29,15 @@ "main": "build/index.js",

"@adonisjs/mrm-preset": "^1.0.16",
"@types/node": "^10.12.21",
"commitizen": "^3.0.5",
"coveralls": "^3.0.2",
"@types/node": "^11.11.6",
"commitizen": "^3.0.7",
"coveralls": "^3.0.3",
"cz-conventional-changelog": "^2.1.0",
"del-cli": "^1.1.0",
"japa": "^2.0.7",
"japa": "^2.0.8",
"mrm": "^1.2.1",
"nyc": "^13.1.0",
"nyc": "^13.3.0",
"pkg-ok": "^2.3.1",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.3.1",
"typescript": "^3.3.4000",
"yorkie": "^2.0.0"

@@ -44,0 +44,0 @@ },

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