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

ts-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
916
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-toolbelt - npm Package Compare versions

Comparing version 1.0.38 to 1.0.39

2

package.json
{
"name": "ts-toolbelt",
"version": "1.0.38",
"version": "1.0.39",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "author": "Pierre-Antoine Mills",

@@ -130,2 +130,9 @@ <p align="center">

#### Internal Docs
This is where everything started. If you're interested to **learn** how the
internals work, it's all explained [over
here](https://medium.com/free-code-camp/typescript-curry-ramda-types-f747e99744ab)
in a tutorial. It will get you on track to start writing your own types!
## ๐ŸŽ Contributing

@@ -146,18 +153,19 @@

#### Pull Requests
1. Fork the project
2. Clone your fork
3. Create a pr/**feature** branch
1. [Read the tutorial](#internal-docs)
2. Fork the project
3. Clone your fork
4. Create a pr/**feature** branch
```sh
git checkout -b pr/CoolFeature
```
4. Commit your changes
5. Commit your changes
```sh
git commit -m 'Added this CoolFeature'
```
5. Run the tests
6. Commit your changes
6. Run the tests
7. Commit your changes
```sh
git push origin pr/CoolFeature
```
7. Open a pull request
8. Open a pull request

@@ -164,0 +172,0 @@ ## ๐Ÿ‘ Sponsoring issues

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