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

fn-machine

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fn-machine - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

16

package.json
{
"name": "fn-machine",
"version": "0.1.0",
"version": "0.1.1",
"description": "a tiny functional state machine",
"main": "index",
"module": "index",
"type": "module",
"directories": {

@@ -11,4 +12,4 @@ "example": "example"

"scripts": {
"test": "mocha -r esm",
"test:watch": "mocha -r esm -watch",
"test": "mocha",
"test:watch": "mocha -watch",
"type-check": "tsc --noEmit",

@@ -32,8 +33,7 @@ "release": "npm run type-check && npm run build-typings && np",

"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.2.25",
"mocha": "^7.1.2",
"np": "^6.5.0",
"chai": "^4.3.7",
"mocha": "^10.1.0",
"np": "^7.6.2",
"rimraf": "^3.0.2",
"sinon": "^7.3.2",
"sinon": "^15.0.0",
"typescript": "^3.8.3"

@@ -40,0 +40,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