New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

do-fn

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

do-fn

common functions used by I Learn Smarter project

unpublished
latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

selfrefactor

Small useful functions used by ilearnsmarter.com project

TODO

  • lint a folder

  • watch and lint folder

colors

Generate colors gradient

node colors sourceFilePath outputFilePath

source as JSON

{
	"light":{
		"min":"#D8E6E7",
		"max":"#e7f6e8"
	},
	"dark": {
		"min": "#171e25",
		"max": "#03111c"
	}
}

output as JSON

:root{
--light: #d8e6e7;
--light-second: #dae8e7;
--light-third: #ddebe7;
--light-fourth: #dfeee7;
--light-fifth: #e2f0e7;
--light-sixth: #e4f3e7;
--light-seventh: #e7f6e8;
--dark: #171e25;
--dark-second: #131b23;
--dark-third: #101922;
--dark-fourth: #0d1720;
--dark-fifth: #09151f;
--dark-sixth: #06131d;
--dark-seventh: #03111c;
}

Keywords

selfrefactor

FAQs

Package last updated on 19 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts