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

@typed-f/matchable

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typed-f/matchable - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

LICENSE

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

<a name="0.2.0"></a>
# [0.2.0](https://github.com/Ailrun/typed-f/compare/v0.1.0...v0.2.0) (2018-08-22)
**Note:** Version bump only for package @typed-f/matchable
<a name="0.1.0"></a>

@@ -8,0 +17,0 @@ # [0.1.0](https://github.com/Ailrun/typed-f/compare/v0.0.1...v0.1.0) (2018-08-14)

14

package.json
{
"name": "@typed-f/matchable",
"version": "0.1.0",
"version": "0.2.0",
"keywords": [

@@ -26,9 +26,15 @@ "Functor",

"build": "tsc -p ./tsconfig.json",
"watch": "tsc -w -p ./tsconfig.json"
"watch": "tsc -w -p ./tsconfig.json",
"test:lint": "tslint -p ."
},
"dependencies": {
"@typed-f/function": "^0.1.0"
"@typed-f/function": "^0.2.0"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^10.7.0",
"jest": "^23.5.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.1.3",
"tslint": "^5.11.0",
"typescript": "^3.0.1"

@@ -39,3 +45,3 @@ },

},
"gitHead": "a1925ab6cb01347972f566478cc9c0fc289c2e31"
"gitHead": "4e8bd2dfff44251ab307a094001a3377843a44cf"
}

@@ -0,1 +1,4 @@

/*
* Copyright 2018-present Junyoung Clare Jang
*/
export * from './Matchable';

@@ -0,1 +1,4 @@

/*
* Copyright 2018-present Junyoung Clare Jang
*/
import { Fun } from '@typed-f/function';

@@ -2,0 +5,0 @@

@@ -6,3 +6,6 @@ {

"outDir": "./dist"
}
},
"include": [
"./src"
]
}
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