Socket
Socket
Sign inDemoInstall

fortmatic

Package Overview
Dependencies
Maintainers
8
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fortmatic - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

74

package.json
{
"name": "fortmatic",
"version": "0.2.1",
"version": "0.3.0",
"description": "Fortmatic Javascript SDK",

@@ -8,3 +8,4 @@ "main": "lib/fortmatic.js",

"build": "WEBPACK_ENV=production webpack",
"build:dev": "WEBPACK_ENV=development BABEL_ENV=development webpack --progress --colors --watch"
"build:dev": "WEBPACK_ENV=development BABEL_ENV=development webpack --progress --colors --watch",
"test": "nyc ava test"
},

@@ -27,21 +28,58 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)",

},
"ava": {
"files": [
"test/**/*.spec.js"
],
"require": [
"babel-register",
"babel-polyfill"
],
"babel": "inherit",
"verbose": true
},
"nyc": {
"all": false,
"check-coverage": true,
"per-file": true,
"lines": 0,
"statements": 0,
"functions": 0,
"branches": 0,
"include": [
"src/**/*.js"
],
"exclude": [
"*/style.js"
],
"require": [
"babel-register"
],
"reporter": [
"html",
"lcov"
]
},
"dependencies": {},
"devDependencies": {
"@babel/polyfill": "^7.0.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react-app": "^3.1.2",
"eslint": "^5.9.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
"@babel/polyfill": "7.0.0",
"ava": "0.25.0",
"babel": "6.23.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-loader": "7.1.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-function-bind": "6.22.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-es2017": "6.24.1",
"babel-preset-react-app": "3.1.2",
"eslint": "5.9.0",
"lodash": "4.17.11",
"nyc": "13.1.0",
"sinon": "7.1.1",
"webpack": "4.26.1",
"webpack-cli": "3.1.2"
}
}
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