New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

boar-server

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boar-server - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

21

package.json
{
"name": "boar-server",
"version": "2.2.1",
"version": "2.3.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --harmony --require co-mocha --recursive ./**/*.spec.js",
"release-patch": "npm version patch -m 'chore(package): update version to %s'",
"release-minor": "npm version minor -m 'chore(package): update version to %s'",
"release-major": "npm version major -m 'chore(package): update version to %s'"
"test": "mocha $(find lib -name \"*.spec.js\") --require co-mocha",
"prepublish": "npm test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/emartech/boar-server.git"
"url": "git+https://github.com/emartech/boar-server.git"
},
"release": {
"verifyConditions": {
"path": "./node_modules/semantic-release/dist/lib/plugin-noop.js"
}
},
"author": "",

@@ -25,3 +29,4 @@ "license": "ISC",

"co-mocha": "1.1.2",
"mocha": "2.2.5"
"mocha": "2.2.5",
"semantic-release": "4.3.5"
},

@@ -40,2 +45,2 @@ "dependencies": {

}
}
}
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