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

labs-core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

labs-core - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "labs-core",
"version": "0.2.2",
"version": "0.2.3",
"description": "Core classes to Labs : expression, dimensions, multipliers, et cetera.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -105,5 +105,5 @@ const Decimal = require('decimal.js');

} else if (this.isCall()) {
return _.flatten(this.args.map(function(args) {
return _.uniq(_.flatten(this.args.map(function(args) {
return args.deps();
})).uniq();
})));
} else {

@@ -110,0 +110,0 @@ return [];

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