Socket
Socket
Sign inDemoInstall

fortmatic

Package Overview
Dependencies
Maintainers
9
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 2.0.0-beta.1 to 2.0.0-beta.2

.prettierrc.js

37

package.json
{
"name": "fortmatic",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Fortmatic Javascript SDK",

@@ -24,25 +24,33 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)",

"main": "dist/cjs/fortmatic.js",
"types": "dist/cjs/index.cjs.d.ts",
"types": "dist/cjs/src/index.cjs.d.ts",
"scripts": {
"dev": "npm-run-all -l -s clean:build dev:*",
"dev:compile": "WEBPACK_ENV=development BABEL_ENV=development webpack --progress --colors --watch",
"build": "npm-run-all -l -s clean:build build:*",
"build:compile": "webpack",
"test": "npm-run-all -s clean:test-artifacts test:*",
"test:run": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --reporter=lcov --reporter=text-summary ava",
"start": "npm run clean:build && ./scripts/start.sh",
"build": "npm run clean:build && ./scripts/build.sh",
"test": "npm run clean:test-artifacts && ./scripts/test.sh",
"lint": "eslint --fix src/**/*.ts",
"clean": "npm-run-all -s clean:*",
"clean:test-artifacts": "rimraf coverage && rimraf .nyc_output",
"clean:build": "rimraf dist",
"clean_node_modules": "rimraf node_modules",
"lint": "tslint --fix ."
"clean_node_modules": "rimraf node_modules"
},
"dependencies": {},
"devDependencies": {
"@ikscodes/browser-env": "~0.3.1",
"@ikscodes/eslint-config": "~4.0.1",
"@ikscodes/tslint-config": "~5.3.1",
"@ikscodes/eslint-config": "~6.2.0",
"@ikscodes/prettier-config": "^0.1.0",
"@istanbuljs/nyc-config-typescript": "~0.1.3",
"@types/jsdom": "~12.2.4",
"@types/sinon": "~7.5.0",
"@types/webpack": "~4.41.0",
"@typescript-eslint/eslint-plugin": "~2.17.0",
"ava": "2.2.0",
"cross-env": "~6.0.3",
"eslint": "~6.8.0",
"eslint-import-resolver-typescript": "~2.0.0",
"eslint-plugin-import": "~2.20.0",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-prettier": "~3.1.2",
"eslint-plugin-react": "~7.18.0",
"eslint-plugin-react-hooks": "~1.7.0",
"lodash": "~4.17.15",
"npm-run-all": "~4.1.5",

@@ -55,5 +63,5 @@ "nyc": "13.1.0",

"ts-node": "~8.5.2",
"tslint": "~5.20.1",
"typescript": "~3.7.2",
"webpack": "~4.41.2",
"webpack-chain": "~6.2.0",
"webpack-cli": "~3.3.10"

@@ -87,4 +95,3 @@ },

]
},
"dependencies": {}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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