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

clues

Package Overview
Dependencies
Maintainers
2
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clues - npm Package Compare versions

Comparing version 3.5.36 to 3.5.37

test/class-fn-test.js

2

bower.json
{
"name": "clues",
"version": "3.5.33",
"version": "3.5.37",
"main": "clues.js",

@@ -5,0 +5,0 @@ "scripts": [

@@ -12,2 +12,3 @@ (function(self) {

var reEs6 = /^\s*\({0,1}(.*?)\){0,1}\s*=>/;
var reEs6Class = /^\s*[a-zA-Z0-9\-\$\_]+\((.*?)\)\s*{/;

@@ -18,3 +19,3 @@ function matchArgs(fn) {

match = match.replace(/^\s*async/,'');
match = reArgs.exec(match) || reEs6.exec(match);
match = reArgs.exec(match) || reEs6.exec(match) || reEs6Class.exec(match);
fn.__args__ = match[1].replace(/\s/g,'')

@@ -21,0 +22,0 @@ .split(',')

{
"name": "clues",
"version": "3.5.36",
"version": "3.5.37",
"description": "Lightweight logic tree solver using promises.",

@@ -5,0 +5,0 @@ "keywords": [

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