New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redash

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redash - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

10

dist/redash.js

@@ -871,2 +871,11 @@ (function (global, factory) {

/**
* sum : String -> [String]
*
* @since v0.10.0
*/
function split (char, str) {
return str.split(char)
}
/**
* sum : [Number] -> Number

@@ -1113,2 +1122,3 @@ *

exports.set = set;
exports.split = split;
exports.sum = sum;

@@ -1115,0 +1125,0 @@ exports.tail = tail;

2

package.json
{
"name": "redash",
"version": "0.12.1",
"version": "0.12.2",
"description": "Compact library for writing performant functional JavaScript",

@@ -5,0 +5,0 @@ "main": "dist/redash.js",

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