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.4.2 to 0.4.3

6

bindAll.js

@@ -18,2 +18,6 @@ 'use strict';

var _utilsCopyMetaData = require('./utils/copyMetaData');
var _utilsCopyMetaData2 = _interopRequireDefault(_utilsCopyMetaData);
function bindAllWrapper() {

@@ -49,3 +53,3 @@ for (var _len = arguments.length, methods = Array(_len), _key = 0; _key < _len; _key++) {

return BindAllWrapper;
return (0, _utilsCopyMetaData2['default'])(BindAllWrapper, ctor);
};

@@ -52,0 +56,0 @@ }

2

package.json

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

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

@@ -8,0 +8,0 @@ "node": ">=0.12.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