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

botmaster-session-ware

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botmaster-session-ware - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

coverage/coverage.json

17

package.json
{
"name": "botmaster-session-ware",
"version": "0.0.3",
"version": "0.1.0",
"description": "botmaster session ware for storing context",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "istanbul cover _mocha -- --recursive tests",
"tests": "mocha --recursive tests",
"pretest": "npm run build",
"test": "istanbul cover _mocha -- --recursive dist/tests",
"tests": "mocha --recursive src/tests",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"docs": "documentation-readme -s \"API Usage\""
"build": "mkdir -p dist && babel --presets=es2015,babili src --out-dir dist",
"docs": "documentation readme src/index.js --section=\"API Usage\"",
"prepublish": "npm run build"
},

@@ -30,2 +33,6 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-babili": "0.0.10",
"babel-preset-es2015": "^6.22.0",
"documentation": "^4.0.0-beta.18",
"coveralls": "^2.11.15",

@@ -32,0 +39,0 @@ "istanbul": "^0.4.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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