Socket
Socket
Sign inDemoInstall

@artemisag/mobx-async-store

Package Overview
Dependencies
91
Maintainers
3
Versions
158
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.1.0

dist/types/FactoryFarm.d.ts

34

package.json
{
"name": "@artemisag/mobx-async-store",
"version": "7.0.0",
"version": "7.1.0",
"license": "MIT",

@@ -8,6 +8,9 @@ "module": "dist/mobx-async-store.esm.js",

"dependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"jsonapi-serializer": "^3.6.4",
"lodash": "^4.17.21",
"mobx": "6.3.5",
"pluralize": "^8.0.0",
"moment": "^2.29.4",
"qs": "^6.11.0",

@@ -19,2 +22,3 @@ "uuid": "^9.0.0"

"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",

@@ -25,7 +29,16 @@ "@babel/plugin-proposal-decorators": "^7.20.5",

"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@types/fetch-mock": "^7.3.5",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.185",
"@types/qs": "^6.9.7",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"babel-core": "7.0.0-bridge.0",

@@ -38,2 +51,3 @@ "clean-jsdoc-theme": "^4.2.1",

"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^5.1.1",

@@ -50,10 +64,9 @@ "eslint-plugin-react": "^7.31.11",

"mobx-react": "^7.5.2",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.79.1",
"rollup-jest": "^3.1.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"ts-jest": "^29.0.3",
"tslib": "^2.4.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},

@@ -63,7 +76,6 @@ "scripts": {

"watch": "rollup -c -w",
"test": "jest --verbose",
"test:coverage": "npm test -- --coverage",
"test:badges": "npm run test:coverage && jest-coverage-badges",
"test": "jest spec/* --verbose",
"test:coverage": "yarn test -- --coverage",
"test:badges": "yarn run test:coverage && jest-coverage-badges",
"lint": "node_modules/.bin/eslint src spec",
"lint:docs": "eslint -c .eslintrc.jsdoc.js src",
"docs": "jsdoc -c jsdoc.json --verbose"

@@ -70,0 +82,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc