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

lodash-decorators

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-decorators - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

.travis.yml

8

package.json
{
"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",

17

README.md
# 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 @@

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