Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@typepoint/shared

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typepoint/shared - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+7
-0
CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.0.1](https://github.com/typepoint/typepoint/compare/@typepoint/shared_v3.0.0...@typepoint/shared_v3.0.1) (2020-03-18)
### Bug Fixes
* update package author, contributors, keywords ([41ba6fa](https://github.com/typepoint/typepoint/commit/41ba6fa2f66ca147008046551cd917ce0a7f4ddc))
# [3.0.0](https://github.com/typepoint/typepoint/compare/@typepoint/shared_v2.0.5...@typepoint/shared_v3.0.0) (2020-03-10)

@@ -2,0 +9,0 @@

+13
-2
{
"name": "@typepoint/shared",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"types": "index.d.ts",
"license": "SEE LICENSE IN LICENSE",
"author": "Ben <codeandcats@gmail.com> (https://github.com/codeandcats)"
"author": "Ben <codeandcats@gmail.com> (https://github.com/codeandcats)",
"contributors": [
"Ben <codeandcats@gmail.com> (https://github.com/codeandcats)"
],
"keywords": [
"typepoint",
"typesafe",
"typed",
"endpoint",
"api",
"request"
]
}
<p align="center">
<img src="https://github.com/typepoint/typepoint/raw/master/img/logo-no-bg-wide.png" width="400" />
<a href="https://typepoint.github.io">
<img src="https://github.com/typepoint/typepoint/raw/master/img/logo-no-bg-wide.png" width="400" />
</a>
<p align="center">

@@ -11,4 +13,25 @@ Library for easily

![npm](https://img.shields.io/npm/v/@typepoint/shared?color=brightgreen) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/typepoint/typepoint/Validate/master) [![codecov](https://codecov.io/gh/typepoint/typepoint/branch/master/graph/badge.svg?flag=shared)](https://codecov.io/gh/typepoint/typepoint)
# TypePoint Shared
This package contains utilities and types used by both `@typepoint/client` and `@typepoint/server`.
## Install
TypePoint requires at least TypeScript v3.6.4.
```sh
npm add @typepoint/shared
npm add typescript -D
```
## Guide
Check out our detailed [guide](https://typepoint.github.io) for how to start using TypePoint.
## Contributing
Got an problem or suggestion? Submit an [issue](https://github.com/typepoint/typepoint/issues)!
Want to contribute? Fork the [repository](https://github.com/typepoint/typepoint) and submit a pull request! 😸