Socket
Socket
Sign inDemoInstall

memserver

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memserver - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

CHANGELOG.md

29

package.json
{
"name": "memserver",
"version": "2.3.1",
"version": "2.3.2",
"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",

@@ -18,6 +18,9 @@ "author": "Izel Nakri",

"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",
"prepublishOnly": "npm run npm-link-ember-packages && tsc --build && npm run publish-modules-for-browser",
"npm-link-ember-packages": "node scripts/npm-link-ember-packages.js",
"publish-modules-for-browser": "node scripts/publish-modules-for-browser-and-node.js"
"publish-modules-for-browser": "node scripts/publish-modules-for-browser-and-node.js",
"release": "release-it"
},

@@ -49,2 +52,3 @@ "dependencies": {

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

@@ -59,2 +63,3 @@ "cors": "^2.8.5",

"mber": "^0.13.2",
"release-it": "^14.2.2",
"sinon": "^9.2.1",

@@ -64,2 +69,10 @@ "tsconfig-paths": "^3.9.0",

},
"babel": {
"presets": [
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-transform-modules-commonjs"
]
},
"ava": {

@@ -81,5 +94,17 @@ "files": [

},
"prettier": {
"printWidth": 100,
"arrowParens": "always"
},
"volta": {
"node": "15.3.0"
},
"release-it": {
"git": {
"changelog": "npm run changelog:preview"
},
"hooks": {
"after:bump": "npm run changelog:update"
}
}
}
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