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

prelude-extension

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prelude-extension - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

12

index.js
// Generated by LiveScript 1.4.0
(function(){
var ref$, filter, find, map, partition, reverse, sortBy, clamp, findAll, partitionString, remove;
var ref$, filter, find, map, partition, reverse, sortBy, clamp, findAll, partitionString;
ref$ = require('prelude-ls'), filter = ref$.filter, find = ref$.find, map = ref$.map, partition = ref$.partition, reverse = ref$.reverse, sortBy = ref$.sortBy;

@@ -50,14 +50,6 @@ clamp = curry$(function(n, min, max){

});
remove = curry$(function(f, c){
return function(it){
return it[1];
}(
partition(f)(
c));
});
module.exports = {
clamp: clamp,
findAll: findAll,
partitionString: partitionString,
remove: remove
partitionString: partitionString
};

@@ -64,0 +56,0 @@ function curry$(f, bound){

2

package.json
{
"name": "prelude-extension",
"version": "0.0.3",
"version": "0.0.4",
"description": "prelude-extension",

@@ -5,0 +5,0 @@ "main": "index.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