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.4 to 0.0.5

4

dist/decoratorFactory.js

@@ -124,3 +124,5 @@ 'use strict';

getter[getterAnnotation] = get[getterAnnotation];
if (get) {
getter[getterAnnotation] = get[getterAnnotation];
}

@@ -127,0 +129,0 @@ return { get: getter };

{
"name": "lodash-decorators",
"author": "Steven Sojka",
"version": "0.0.4",
"version": "0.0.5",
"engines": {

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

@@ -63,3 +63,5 @@ 'use strict';

getter[getterAnnotation] = get[getterAnnotation];
if (get) {
getter[getterAnnotation] = get[getterAnnotation];
}

@@ -66,0 +68,0 @@ return { get: getter };

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