lodash-decorators
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "lodash-decorators", | ||
"author": "Steven Sojka", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"engines": { | ||
@@ -9,2 +9,8 @@ "node": ">=0.12.0" | ||
"main": "dist", | ||
"keywords": [ | ||
"lodash", | ||
"decorators", | ||
"ES7", | ||
"utility" | ||
], | ||
"repository": { | ||
@@ -11,0 +17,0 @@ "type": "git", |
# lodash-decorators | ||
ES7 Decorators for lodash functions. | ||
[![Build Status](https://travis-ci.org/steelsojka/lodash-decorators.svg)](https://travis-ci.org/steelsojka/lodash-decorators) | ||
[![npm version](https://badge.fury.io/js/lodash-decorators.svg)](http://badge.fury.io/js/lodash-decorators) | ||
## Install | ||
@@ -37,3 +40,3 @@ | ||
``` | ||
```javascript | ||
import { after, debounce, memoize, curry } from 'lodash-decorators' | ||
@@ -72,3 +75,3 @@ | ||
``` | ||
```javascript | ||
import { once } from 'lodash-decorators' | ||
@@ -104,3 +107,3 @@ | ||
``` | ||
```javascript | ||
import { partial } from 'lodash-decorators' | ||
@@ -138,3 +141,3 @@ | ||
``` | ||
```javascript | ||
import { wrap } from 'lodash-decorators' | ||
@@ -172,3 +175,3 @@ | ||
``` | ||
```javascript | ||
import { compose } from 'lodash-decorators' | ||
@@ -224,3 +227,3 @@ | ||
``` | ||
```javascript | ||
import { getter, debounce } from 'lodash-decorators' | ||
@@ -249,3 +252,3 @@ | ||
``` | ||
```javascript | ||
import { bind } from 'lodash-decorators' | ||
@@ -252,0 +255,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29220
25
651
268