Socket
Socket
Sign inDemoInstall

memserver

Package Overview
Dependencies
128
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.2 to 2.3.3

.github/dependabot.yml

20

package.json
{
"name": "memserver",
"version": "2.3.2",
"version": "2.3.3",
"description": "in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping",

@@ -15,7 +15,6 @@ "author": "Izel Nakri",

"scripts": {
"bin": "src/cli.ts",
"changelog": "node_modules/.bin/lerna-changelog",
"dev": "node_modules/.bin/tsc --watch",
"typecheck": "node_modules/.bin/tsc --project tsconfig.json --noEmit",
"dev": "node_modules/.bin/tsc --watch",
"bin": "src/cli.ts",
"changelog:preview": "node_modules/.bin/auto-changelog --stdout --commit-limit false -u",
"changelog:update": "node_modules/.bin/auto-changelog --commit-limit false --package",
"test": "node_modules/.bin/ava --verbose",

@@ -52,3 +51,2 @@ "prepublishOnly": "npm run npm-link-ember-packages && tsc --build && npm run publish-modules-for-browser",

"@types/jquery": "^3.5.4",
"auto-changelog": "^2.2.1",
"ava": "3.13.0",

@@ -62,4 +60,6 @@ "cors": "^2.8.5",

"jquery": "^3.5.1",
"lerna-changelog": "^1.0.1",
"mber": "^0.13.2",
"release-it": "^14.2.2",
"release-it-lerna-changelog": "^3.1.0",
"sinon": "^9.2.1",

@@ -101,9 +101,7 @@ "tsconfig-paths": "^3.9.0",

"release-it": {
"git": {
"changelog": "npm run changelog:preview"
},
"hooks": {
"after:bump": "npm run changelog:update"
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
}
}

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

<a href="https://circleci.com/gh/izelnakri/memserver/">
<img src="https://circleci.com/gh/izelnakri/memserver/tree/master.png" alt="Build Status">
</a>
![docker-based-ci](https://github.com/izelnakri/memserver/workflows/docker-based-ci/badge.svg)

@@ -5,0 +3,0 @@ # What is MemServer?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc