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

jose-simple

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jose-simple - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

26

package.json
{
"name": "jose-simple",
"version": "1.0.2",
"version": "1.0.3",
"description": "A very simple JOSE encryption/decription utility",
"engines": {
"node": "10.3.0",
"npm": "6.1.0"
"node": "10.8.0",
"npm": "6.3.0"
},

@@ -61,9 +61,9 @@ "main": "index.js",

"chai-as-promised": "^7.1.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.8.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^3.8.0",

@@ -74,8 +74,8 @@ "eslint-plugin-standard": "^3.1.0",

"husky": "^0.14.3",
"lint-staged": "^7.1.3",
"lint-staged": "^7.2.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"prettier": "^1.13.4",
"sinon": "^5.0.10",
"sinon-chai": "^3.1.0"
"prettier": "^1.14.2",
"sinon": "^6.0.0",
"sinon-chai": "^3.2.0"
},

@@ -82,0 +82,0 @@ "dependencies": {

@@ -11,6 +11,8 @@ ## jose-simple

Requires Node 8.11.2 (LTS) or better. Works fine under Node 10+
Requires Node 8.11.3 (LTS) or better. Works fine under Node 10+
* `develop` - [![CircleCI](https://circleci.com/gh/davesag/jose-simple/tree/develop.svg?style=svg)](https://circleci.com/gh/davesag/jose-simple/tree/develop) [![codecov](https://codecov.io/gh/davesag/jose-simple/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/jose-simple)
* `master` - [![CircleCI](https://circleci.com/gh/davesag/jose-simple/tree/master.svg?style=svg)](https://circleci.com/gh/davesag/jose-simple/tree/master) [![codecov](https://codecov.io/gh/davesag/jose-simple/branch/master/graph/badge.svg)](https://codecov.io/gh/davesag/jose-simple)
| Branch | Status | Coverage | Comment |
| ------ | ------ | -------- | ------- |
| `develop` | [![CircleCI](https://circleci.com/gh/davesag/jose-simple/tree/develop.svg?style=svg)](https://circleci.com/gh/davesag/jose-simple/tree/develop) | [![codecov](https://codecov.io/gh/davesag/jose-simple/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/jose-simple) | Work in progress |
| `master` | [![CircleCI](https://circleci.com/gh/davesag/jose-simple/tree/master.svg?style=svg)](https://circleci.com/gh/davesag/jose-simple/tree/master) | [![codecov](https://codecov.io/gh/davesag/jose-simple/branch/master/graph/badge.svg)](https://codecov.io/gh/davesag/jose-simple) | Latest release |

@@ -49,3 +51,3 @@ ## Installation

* [NodeJS](https://nodejs.org) — `brew install nvm` then `nvm use 10.3.0`
* [NodeJS](https://nodejs.org) — `brew install nvm` then `nvm use 10.8.0`

@@ -52,0 +54,0 @@ ### Test it

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