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

common-services

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-services - npm Package Compare versions

Comparing version 6.2.0 to 7.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# [7.0.0](https://github.com/nfroidure/common-services/compare/v6.2.0...v7.0.0) (2020-03-20)
# [6.2.0](https://github.com/nfroidure/common-services/compare/v6.1.0...v6.2.0) (2020-01-19)

@@ -2,0 +6,0 @@

41

package.json
{
"name": "common-services",
"version": "6.2.0",
"version": "7.0.0",
"description": "A module to gather very common services and their mocks.",

@@ -40,28 +40,29 @@ "main": "dist/index.js",

"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.8.3",
"@babel/register": "^7.8.3",
"@babel/register": "^7.8.6",
"@types/jest": "^24.9.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-eslint": "^10.0.3",
"babel-plugin-knifecycle": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"babel-eslint": "^10.1.0",
"babel-plugin-knifecycle": "^1.2.0",
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.31",
"coveralls": "^3.0.9",
"cz-conventional-changelog": "^3.0.2",
"coveralls": "^3.0.11",
"cz-conventional-changelog": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jsarch": "^2.0.3",
"jsdoc-to-markdown": "^5.0.3",
"metapak": "^3.1.6",
"metapak-nfroidure": "9.8.1",
"metapak": "^3.1.8",
"metapak-nfroidure": "10.0.1",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
"rimraf": "^3.0.2",
"typescript": "^3.8.3"
},

@@ -101,3 +102,3 @@ "scripts": {

"engines": {
"node": ">=8.12.0"
"node": ">=10.19.0"
},

@@ -110,5 +111,5 @@ "config": {

"dependencies": {
"@types/node": "^13.1.8",
"knifecycle": "^8.1.0",
"sinon": "^8.1.0",
"@types/node": "^13.9.2",
"knifecycle": "^9.0.0",
"sinon": "^9.0.1",
"yerror": "^5.0.0"

@@ -159,3 +160,3 @@ },

"targets": {
"node": "8.12.0"
"node": "10.19.0"
}

@@ -162,0 +163,0 @@ }

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