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

purify-ts

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purify-ts - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0-alpha

customMatchers.d.ts

9

package.json
{
"name": "purify-ts",
"version": "0.11.0",
"version": "0.12.0-alpha",
"description": "Functional programming standard library for TypeScript ",

@@ -14,3 +14,4 @@ "main": "lib/index.js",

"docs": "typedoc --out documentation/ src/ --theme minimal",
"test": "jest"
"test": "jest",
"test-watch": "jest --watch"
},

@@ -33,5 +34,5 @@ "jest": {

"ts-jest": "^23.10.0",
"typescript": "3.0.3"
"typescript": "3.2.4"
},
"dependencies": {}
}
}

@@ -19,7 +19,7 @@ <h3 align="center">

* **Elegant and developer-friendly API** - purify's design decisions are made with developer experience in mind. Purify doesn't try to change how you write TypeScript, instead it provides useful tools for making your code easier to read and maintain without resolving to hacks or scary type definitions.
- **Elegant and developer-friendly API** - purify's design decisions are made with developer experience in mind. Purify doesn't try to change how you write TypeScript, instead it provides useful tools for making your code easier to read and maintain without resolving to hacks or scary type definitions.
* **Type-safety** - While purify can be used in vanilla JavaScript, it's entirely written with TypeScript and type safety in mind. While TypeScript does a great job at preventing runtime errors, purify goes a step further and provides utility functions for working with native objects like arrays in a type-safe manner.
- **Type-safety** - While purify can be used in vanilla JavaScript, it's entirely written with TypeScript and type safety in mind. While TypeScript does a great job at preventing runtime errors, purify goes a step further and provides utility functions for working with native objects like arrays in a type-safe manner.
* **Emphasis on practical code** - Higher-kinded types and other type-level features would be great additions to this library, but as of right now they don't have reasonable implementations in TypeScript. Purify focuses on being a library that you ca include in any TypeScript project and favors instance methods instead of functions, clean and readable type definitions instead of advanced type features and a curated API instead of trying to port over another language's standard library.
- **Emphasis on practical code** - Higher-kinded types and other type-level features would be great additions to this library, but as of right now they don't have reasonable implementations in TypeScript. Purify focuses on being a library that you can include in any TypeScript project and favors instance methods instead of functions, clean and readable type definitions instead of advanced type features and a curated API instead of trying to port over another language's standard library.

@@ -33,3 +33,5 @@ # How to start?

```
or
```

@@ -45,5 +47,5 @@ $ yarn add purify-ts

* Haskell
* [Arrow - Functional companion to Kotlin's Standard Library](http://arrow-kt.io/)
* [fp-ts - Functional programming in TypeScript](https://github.com/gcanti/fp-ts)
* [typical - playground for type-level primitives in TypeScript](https://github.com/tycho01/typical/)
- [Haskell](https://haskell-lang.org/)
- [Arrow - Functional companion to Kotlin's Standard Library](http://arrow-kt.io/)
- [fp-ts - Functional programming in TypeScript](https://github.com/gcanti/fp-ts)
- [typical - playground for type-level primitives in TypeScript](https://github.com/tycho01/typical/)

Sorry, the diff of this file is not supported yet

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