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

@typepoint/server

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typepoint/server - npm Package Compare versions

Comparing version
2.0.2
to
2.0.3
+7
-0
CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### 2.0.3 (2019-10-27)
### Bug Fixes
* **package:** loosen version restriction on tp/shared ([f92ca1c](https://github.com/typepoint/typepoint/commit/f92ca1c9a8f7f207f6d0db4dd5bc21b70724f7f0))
### 2.0.2 (2019-10-27)

@@ -7,0 +14,0 @@

+1
-1
{
"name": "@typepoint/server",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index",

# TypePoint Server
<p align="center">
<img src="https://github.com/typepoint/typepoint/raw/master/img/logo-no-bg-wide.png" width="400" />
<p align="center">
Library for easily
<i>defining, enforcing, consuming, and/or serving</i>
<b>strongly typed</b> RESTful API endpoints
in TypeScript.
</p>
</p>
## Install
TypePoint requires at least TypeScript v3.6.4.
```sh
npm add @typepoint/server
npm add typescript@^3.6.4 -D
```
## 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! 😸