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

dmock-server

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmock-server - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

package.json
{
"name": "dmock-server",
"version": "1.0.2",
"version": "1.0.4",
"description": "A typescript based mock server NPM module",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1,2 +0,2 @@

import express from 'express';
import * as express from 'express';
import { createServer, Server } from 'http';

@@ -3,0 +3,0 @@

{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"lib": ["es6", "es2015"],
"types": ["node"],
"declaration": true,
"outDir": "build",
"outDir": "./build",
"strict": true,
"moduleResolution": "node"
},
"exclude": [
"node_modules",
"src/**/*.spec.ts"
],
"include": [
"src"
]
"include": ["build", "src"],
"exclude": ["node_modules", "tests", "**/__tests__/*"]
}
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