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

@redocly/mock-server

Package Overview
Dependencies
Maintainers
6
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redocly/mock-server - npm Package Compare versions

Comparing version
0.7.0-next.2
to
0.7.0-next.3
+27
-7
package.json
{
"name": "@redocly/mock-server",
"version": "0.7.0-next.2",
"version": "0.7.0-next.3",
"description": "Redocly Mock server",

@@ -10,3 +10,3 @@ "author": "team@redocly.com",

"@redocly/ajv": "8.18.0",
"@redocly/openapi-core": "2.30.2",
"@redocly/openapi-core": "2.30.3",
"ajv": "8.18.0",

@@ -50,2 +50,27 @@ "ajv-formats": "^3.0.1",

]
},
"jest:integration": {
"executor": "@nx/jest:jest",
"options": {
"jestConfig": "{projectRoot}/jest.config.js",
"testPathPattern": [
"tests/"
]
},
"dependsOn": [
"build",
"prepare-mocks"
]
},
"jest:test": {
"executor": "@nx/jest:jest",
"options": {
"jestConfig": "{projectRoot}/jest.config.js",
"testPathPattern": [
"src/"
]
},
"dependsOn": [
"prepare-mocks"
]
}

@@ -57,7 +82,2 @@ }

"ts:check": "tsc --noEmit --skipLibCheck",
"test": "pnpm run prepare-mocks && pnpm run test:unit && pnpm run test:integration",
"test:unit": "jest ./src",
"test:unit:coverage": "pnpm run test:unit -- --coverage",
"test:integration": "jest ./tests",
"test:integration:coverage": "pnpm run test:integration -- --coverage",
"build:js": "node ./esbuild.js",

@@ -64,0 +84,0 @@ "build": "rimraf ./dist && pnpm run build:js",

Sorry, the diff of this file is too big to display