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

rster

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rster - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

CHANGELOG.md

27

package.json
{
"name": "rster",
"version": "0.1.7",
"version": "0.1.8",
"description": "RSTER is a toolset for REST Api creation",

@@ -10,8 +10,8 @@ "main": "lib/index.js",

"dependencies": {
"@rster/basic": "0.1.6",
"@rster/common": "0.1.3",
"@rster/info": "0.1.7",
"@rster/ping": "0.1.2",
"@rster/types": "0.1.8",
"@rster/util": "0.1.1",
"@rster/basic": "0.1.7",
"@rster/common": "0.1.4",
"@rster/info": "0.1.8",
"@rster/ping": "0.1.3",
"@rster/types": "0.1.9",
"@rster/util": "0.1.2",
"debug": "^4.3.4"

@@ -36,12 +36,13 @@ },

"source-map-support": "^0.5.21",
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
},
"scripts": {
"test": "echo \"Dependencies are tested and this package just reexports them :)\"",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
"build:types": "tsc --emitDeclarationOnly",
"build": "npm run build:types && npm run build:js",
"test": "echo \"No tests needed for a package that just reexports\"",
"type-check:watch": "npm run type-check --watch",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check --watch",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
"upgrade": "npm install @rster/basic@latest @rster/common@latest @rster/info@latest @rster/ping@latest @rster/types@latest @rster/util@latest --save-exact"
"typedoc": "typedoc"
},

@@ -48,0 +49,0 @@ "repository": {

@@ -22,3 +22,3 @@ <a name="readme-top"></a>

<a href="https://github.com/nsc-de/rster">
<img src="https://raw.githubusercontent.com/nsc-de/rster/master/images/logo.png" alt="Logo" height="80" />
<img src="https://raw.githubusercontent.com/nsc-de/rster/master/images/logo.png" alt="Logo" height="80" className="height-80px"/>
</a>

@@ -88,3 +88,4 @@

[![jest][jest-shield]][jest-url]
[![express][express-shield]][express-url]
[![turbo][turbo-shield]][turbo-url]
[![changesets][changesets-shield]][changesets-url]

@@ -96,3 +97,4 @@ - [typescript][typescript-url]

- [jest][jest-url]
- [express][express-url]
- [turbo][turbo-url]
- [changesets][changesets-url]

@@ -236,3 +238,3 @@ <p align="right">(<a href="#readme-top">back to top</a>)</p>

Nicolas Schmidt
Nicolas Schmidt &#60;[@nsc-de](https://github.com/nsc-de/)&#62;

@@ -304,2 +306,6 @@ [![twitter][contact-twitter-shield]][contact-twitter-url] [![github][contact-github-shield]][contact-github-url]

[eslint-url]: https://eslint.org/
[turbo-shield]: https://img.shields.io/badge/turbo-000000?style=for-the-badge&logo=turbo&logoColor=white
[turbo-url]: https://turbo.build/
[changesets-shield]: https://img.shields.io/badge/changesets-1E1E1E?style=for-the-badge&logo=changesets&logoColor=white
[changesets-url]: https://github.com/changesets/changesets

@@ -311,2 +317,2 @@ <!-- Contact Shields -->

[contact-github-shield]: https://img.shields.io/badge/@nsc--de-100000?style=for-the-badge&logo=github&logoColor=white
[contact-github-url]: github.com/nsc-de
[contact-github-url]: https://github.com/nsc-de/
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