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

@paybase/machine

Package Overview
Dependencies
Maintainers
12
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paybase/machine - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

18

package.json
{
"name": "@paybase/machine",
"version": "1.0.5",
"version": "1.0.6",
"description": "async/await finite state machine factory",
"main": "index.js",
"typings": "index.d.ts",
"bin": {

@@ -13,3 +14,4 @@ "visualise": "./cli/bin.js"

"scripts": {
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 node ./test/index.spec.js",
"build": "tsc --project tsconfig.build.json",
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 tape -r ts-node/register ./test/index.spec.ts",
"report": "nyc report --reporter=html"

@@ -20,5 +22,13 @@ },

"devDependencies": {
"nyc": "^11.1.0",
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/node": "^12.0.7",
"@types/sinon": "^7.0.12",
"@types/tape": "^4.2.33",
"nyc": "^14.1.1",
"prettier": "^1.18.0",
"sinon": "^7.1.0",
"tape": "^4.8.0"
"tap-spec": "^5.0.0",
"tape": "^4.8.0",
"ts-node": "^8.2.0",
"typescript": "^3.5.1"
},

@@ -25,0 +35,0 @@ "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