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

bm-test-framework

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bm-test-framework - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

cli.js

12

package.json
{
"name": "bm-test-framework",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple Integration testing framework for your Business Messages integration",
"main": "index.js",
"scripts": {
"start": "./node_modules/mocha/bin/_mocha",
"start": "./node_modules/mocha/bin/_mocha './test/index-test.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports" : "./index.js",
"bin" : {
"bm-test-framework" : "./node_modules/mocha/bin/_mocha"
"exports": "./index.js",
"bin": {
"bm-test-framework": "cli.js"
},
"author": "Vittorio Banfi",
"license": "Apache-2.0",
"type" : "module",
"type": "module",
"dependencies": {

@@ -18,0 +18,0 @@ "mocha": "^10.0.0",

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