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.2 to 0.12.3

6

dist/redash.js

@@ -871,9 +871,9 @@ (function (global, factory) {

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

@@ -880,0 +880,0 @@ /**

{
"name": "redash",
"version": "0.12.2",
"version": "0.12.3",
"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