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 6.0.0 to 6.0.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="6.0.1"></a>
## [6.0.1](https://github.com/steelsojka/lodash-decorators/compare/v6.0.0...v6.0.1) (2018-12-22)
<a name="6.0.0"></a>

@@ -7,0 +12,0 @@ # [6.0.0](https://github.com/steelsojka/lodash-decorators/compare/v5.0.1...v6.0.0) (2018-06-17)

8

package.json

@@ -5,3 +5,3 @@ {

"description": "A collection of decorators using lodash at it's core.",
"version": "6.0.0",
"version": "6.0.1",
"engines": {

@@ -61,6 +61,6 @@ "node": ">=0.12.0"

"doctoc": "^1.3.1",
"esdoc": "^0.5.2",
"http-server": "^0.9.0",
"esdoc": "^1.1.0",
"http-server": "^0.11.1",
"lodash": "^4.17.10",
"mocha": "^3.5.3",
"mocha": "^5.2.0",
"sinon": "~1.14.1",

@@ -67,0 +67,0 @@ "standard-version": "^4.4.0",

@@ -170,3 +170,3 @@ # lodash-decorators

```javascript
import { Partial } from 'lodash-decorators'
import { Partial, Wrap } from 'lodash-decorators'

@@ -173,0 +173,0 @@ class Person {

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