Socket
Socket
Sign inDemoInstall

mobx

Package Overview
Dependencies
Maintainers
1
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx - npm Package Compare versions

Comparing version 0.0.0 to 2.0.0

CHANGELOG.md

73

package.json
{
"name": "mobx",
"version": "0.0.0",
"description": "Observable data. Reactive functions. Simple code.",
"main": "index.js",
"version": "2.0.0",
"description": "Simple, scalable state management.",
"main": "lib/mobx.js",
"typings": "lib/mobx.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm run quick-build && npm run tape",
"full-test": "npm run small-build && npm run build-tests && npm run use-minified && npm run tape && npm run perf",
"tape": "tape test/*.js | faucet",
"perf": "npm run small-build && time node --expose-gc test/perf/index.js",
"prepublish": "npm run small-build",
"quick-build": "tsc",
"small-build": "scripts/single-file-build.sh",
"test-browser": "npm run small-build && ( browserify test/*.js | tape-run )",
"test-travis": "npm run test-browser && npm run use-minified && istanbul cover tape test/*.js test/perf/index.js",
"coverage": "npm run small-build && npm run build-tests && istanbul cover tape test/*.js test/perf/index.js && cat ./coverage/lcov.info|coveralls",
"build-tests": "npm run build-typescript-tests && npm run build-babel-tests",
"build-typescript-tests": "tsc -m commonjs -t es5 --experimentalDecorators --noImplicitAny --outDir test test/typescript-tests.ts",
"build-babel-tests": "babel test/babel/babel-tests.js -o test/babel-tests.js",
"use-minified": "cp lib/mobx.min.js lib/mobx.js",
"lint": "tslint -c tslint.json src/*.ts src/types/*.ts src/api/*.ts src/core/*.ts src/utils/*.ts"
},
"author": "",
"license": "MIT"
}
"repository": {
"type": "git",
"url": "https://github.com/mobxjs/mobx.git"
},
"author": "Michel Weststrate",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
"files": [
"lib",
"LICENSE"
],
"homepage": "https://mobxjs.github.io/mobx",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"browserify": "^12.0.1",
"coveralls": "^2.11.4",
"faucet": "0.0.1",
"istanbul": "^0.3.21",
"lodash.intersection": "^3.2.0",
"tape": "^4.2.2",
"tape-run": "^2.1.0",
"typescript": "^1.7.5",
"uglify-js": "^2.6.1"
},
"dependencies": {},
"keywords": [
"mobx",
"mobservable",
"observable",
"react-component",
"react",
"reactjs",
"reactive",
"model",
"frp",
"functional-reactive-programming",
"state management",
"data flow"
]
}
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