New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

limes

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

limes - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

7

CHANGELOG.md

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

## [6.0.6](https://github.com/thenativeweb/limes/compare/6.0.5...6.0.6) (2020-11-03)
### Bug Fixes
* Fix headline for robot section in readme. ([#225](https://github.com/thenativeweb/limes/issues/225)) ([9447fae](https://github.com/thenativeweb/limes/commit/9447fae62e80bca0a34419e499d5cc6e057cdaf3))
## [6.0.5](https://github.com/thenativeweb/limes/compare/6.0.4...6.0.5) (2020-09-02)

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

2

lib/Limes.ts

@@ -153,3 +153,3 @@ import { Claims } from './Claims';

);
} catch (ex) {
} catch (ex: unknown) {
reject(ex);

@@ -156,0 +156,0 @@ }

{
"name": "limes",
"version": "6.0.5",
"version": "6.0.6",
"description": "limes authenticates users.",

@@ -31,6 +31,6 @@ "contributors": [

"express": "4.17.1",
"roboter": "11.2.26",
"semantic-release-configuration": "1.0.20",
"supertest": "4.0.2",
"uuid": "8.3.0"
"roboter": "11.5.1",
"semantic-release-configuration": "1.0.23",
"supertest": "6.0.0",
"uuid": "8.3.1"
},

@@ -37,0 +37,0 @@ "repository": {

@@ -159,6 +159,8 @@ # limes

## Running the build
## Running quality assurance
To run quality assurance for this module use [roboter](https://www.npmjs.com/package/roboter):
```shell
$ npx roboter
```
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