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

finity

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finity - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

ROADMAP.md

19

package.json
{
"name": "finity",
"version": "0.4.0",
"version": "0.4.1",
"description": "A finite state machine library for Node.js and the browser with a friendly configuration DSL",

@@ -20,2 +20,7 @@ "keywords": [

},
"files": [
"*.md",
"lib",
"umd"
],
"main": "lib/index.js",

@@ -32,2 +37,3 @@ "repository": {

"babel-preset-stage-0": "^6.5.0",
"babel-loader": "^6.2.4",
"jasmine": "^2.4.1",

@@ -43,7 +49,12 @@ "jasmine-spec-reporter": "^2.4.0",

"coveralls": "^2.11.9",
"rimraf": "^2.5.2"
"rimraf": "^2.5.2",
"webpack": "^1.13.1",
"cross-env": "^1.0.8"
},
"scripts": {
"clean": "rimraf lib",
"build": "npm run clean && babel src --out-dir lib",
"clean": "rimraf lib && rimraf umd",
"build:commonjs": "babel src --out-dir lib",
"build:umd": "cross-env NODE_ENV=development webpack src/index.js umd/Finity.js",
"build:umd:min": "cross-env NODE_ENV=production webpack -p src/index.js umd/Finity.min.js",
"build": "npm run clean && npm run build:commonjs && npm run build:umd && npm run build:umd:min",
"test": "babel-node spec/support/jasmineRunner",

@@ -50,0 +61,0 @@ "coverage": "babel-node node_modules/isparta/bin/isparta cover --root src --report lcovonly spec/support/jasmineRunner.js",

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