@typed-f/function
Advanced tools
Comparing version 0.3.4 to 0.3.8
@@ -6,2 +6,21 @@ # Change Log | ||
## [0.3.8](https://github.com/Ailrun/typed-f/compare/v0.3.7...v0.3.8) (2020-03-20) | ||
### Features | ||
* **function:** add simple flip ([#43](https://github.com/Ailrun/typed-f/issues/43)) ([1f319ec](https://github.com/Ailrun/typed-f/commit/1f319ece3827b90b249ce0bc1dcfa7c2a1472ddb)) | ||
## [0.3.7](https://github.com/Ailrun/typed-f/compare/v0.3.6...v0.3.7) (2019-05-02) | ||
**Note:** Version bump only for package @typed-f/function | ||
<a name="0.3.4"></a> | ||
@@ -8,0 +27,0 @@ ## [0.3.4](https://github.com/Ailrun/typed-f/compare/v0.3.3...v0.3.4) (2018-08-27) |
@@ -6,1 +6,2 @@ export * from './types'; | ||
export * from './curry'; | ||
export * from './flip'; |
@@ -10,1 +10,2 @@ "use strict"; | ||
__export(require("./curry")); | ||
__export(require("./flip")); |
{ | ||
"name": "@typed-f/function", | ||
"version": "0.3.4", | ||
"version": "0.3.8", | ||
"keywords": [ | ||
@@ -35,10 +35,10 @@ "Utility", | ||
"devDependencies": { | ||
"@types/jest": "^23.3.1", | ||
"@types/node": "^10.7.0", | ||
"jest": "^23.5.0", | ||
"npm-run-all": "^4.1.3", | ||
"rimraf": "^2.6.2", | ||
"ts-jest": "^23.1.3", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
"@types/jest": "25.1.4", | ||
"@types/node": "11.13.8", | ||
"jest": "25.1.0", | ||
"npm-run-all": "4.1.5", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "25.2.1", | ||
"tslint": "6.1.0", | ||
"typescript": "3.8.3" | ||
}, | ||
@@ -48,3 +48,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "fe1477938cea729bcfb67894ba91f56eec6faa21" | ||
"gitHead": "a07ceb911dba1465b15aa86c6a82519b9cc141c1" | ||
} |
# @typed-f/function | ||
[![NPM Version](https://img.shields.io/npm/v/@typed-f/function/latest.svg?logo=npm&label=latest&colorB=blue)][function-npm] [![CircleCI](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser/master.svg?logo=circleci)](https://circleci.com/gh/Ailrun/typed-f/tree/master) [![Known Vulnerabilities](https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Ffunction%2Fpackage.json)](https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Ffunction%2Fpackage.json) | ||
[![Supported TypeScript Version](https://img.shields.io/badge/support-typescript%40%3E%3D3.0-007acc.svg)](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html) | ||
[![NPM Version][function-npm-version-badge]][function-npm] | ||
[repo-circleci-badge]: https://img.shields.io/circleci/project/github/Ailrun/typed-f/master.svg?logo=circleci | ||
[![Known Vulnerabilities][function-snyk-badge]][function-snyk] | ||
[![Supported TypeScript Version][repo-supported-typescript-badge]][supported-typescript] | ||
[![PRs Welcome][prs-welcome-badge]][prs-welcome] | ||
[![Watch on GitHub][repo-github-watch-badge]][repo-github-watch] | ||
[![Star on GitHub][repo-github-star-badge]][repo-github-star] | ||
function for [Typed-F](repo-github) | ||
[lerna-badge]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg | ||
[lerna]: https://lernajs.io/ | ||
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg | ||
[prs-welcome]: http://makeapullrequest.com | ||
[repo-supported-typescript-badge]: https://img.shields.io/badge/support-typescript%40%3E%3D3.0-007acc.svg | ||
[supported-typescript]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html | ||
[repo-slack-badge]: https://typed-f.now.sh/slack/badge.svg?style=for-the-badge&logo=slack | ||
[repo-slack]: https://typed-f.now.sh/slack/welcome | ||
[repo-circleci]: https://circleci.com/gh/Ailrun/typed-f/tree/master | ||
[repo-circleci-badge]: https://img.shields.io/circleci/project/github/Ailrun/typed-f/master.svg?logo=circleci | ||
[repo-github]: https://github.com/Ailrun/typed-f | ||
[releases-github]: https://github.com/Ailrun/typed-f/releases | ||
[repo-github-releases]: https://github.com/Ailrun/typed-f/releases | ||
[repo-github-watch]: https://github.com/Ailrun/typed-f/watchers | ||
[repo-github-star]: https://github.com/Ailrun/typed-f/stargazers | ||
[repo-github-license-badge]: https://img.shields.io/github/license/Ailrun/typed-f.svg | ||
[repo-github-tag-badge]: https://img.shields.io/github/tag/Ailrun/typed-f.svg?colorB=blue | ||
[repo-github-watch-badge]: https://img.shields.io/github/watchers/Ailrun/typed-f.svg?style=social | ||
[repo-github-star-badge]: https://img.shields.io/github/stars/Ailrun/typed-f.svg?style=social | ||
[applicative-github]: https://github.com/Ailrun/typed-f/tree/master/packages/applicative | ||
@@ -32,1 +60,34 @@ [either-github]: https://github.com/Ailrun/typed-f/tree/master/packages/either | ||
[tagged-npm]: https://www.npmjs.com/package/@typed-f/tagged | ||
[applicative-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Fapplicative%2Fpackage.json | ||
[either-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Feither%2Fpackage.json | ||
[function-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Ffunction%2Fpackage.json | ||
[functor-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Ffunctor%2Fpackage.json | ||
[lens-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Flens%2Fpackage.json | ||
[matchable-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Fmatchable%2Fpackage.json | ||
[maybe-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Fmaybe%2Fpackage.json | ||
[monad-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Fmonad%2Fpackage.json | ||
[setoid-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Fsetoid%2Fpackage.json | ||
[tagged-snyk-badge]: https://snyk.io/test/github/Ailrun/typed-f/badge.svg?targetFile=packages%2Ftagged%2Fpackage.json | ||
[applicative-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/applicative/latest.svg?logo=npm&label=latest&colorB=blue | ||
[either-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/either/latest.svg?logo=npm&label=latest&colorB=blue | ||
[function-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/function/latest.svg?logo=npm&label=latest&colorB=blue | ||
[functor-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/functor/latest.svg?logo=npm&label=latest&colorB=blue | ||
[lens-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/lens/latest.svg?logo=npm&label=latest&colorB=blue | ||
[matchable-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/matchable/latest.svg?logo=npm&label=latest&colorB=blue | ||
[maybe-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/maybe/latest.svg?logo=npm&label=latest&colorB=blue | ||
[monad-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/monad/latest.svg?logo=npm&label=latest&colorB=blue | ||
[setoid-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/setoid/latest.svg?logo=npm&label=latest&colorB=blue | ||
[tagged-npm-version-badge]: https://img.shields.io/npm/v/@typed-f/tagged/latest.svg?logo=npm&label=latest&colorB=blue | ||
[applicative-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[either-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[function-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[functor-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[lens-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[matchable-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[maybe-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[monad-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[setoid-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json | ||
[tagged-snyk]: https://snyk.io/test/github/Ailrun/typed-f?targetFile=packages%2Flens%2Fpackage.json |
@@ -5,3 +5,2 @@ /* | ||
import { Fun } from './'; | ||
import { _createCurried } from './_createCurried'; | ||
@@ -8,0 +7,0 @@ |
@@ -9,1 +9,2 @@ /* | ||
export * from './curry'; | ||
export * from './flip'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42454
38
777
93