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

reactotron-mst

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactotron-mst - npm Package Compare versions

Comparing version 3.1.5-beta.16 to 3.1.5-beta.17

dist/index.esm.js

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [3.1.5-beta.17](https://github.com/infinitered/reactotron/compare/reactotron-mst@3.1.5-beta.16...reactotron-mst@3.1.5-beta.17) (2023-12-01)
### Features
* validate workspace package.json, add export condition ([#1326](https://github.com/infinitered/reactotron/issues/1326)) ([ae95cd5](https://github.com/infinitered/reactotron/commit/ae95cd536de187ede034e5183ceeb812f356d273))
### [3.1.5-beta.16](https://github.com/infinitered/reactotron/compare/reactotron-mst@3.1.5-beta.15...reactotron-mst@3.1.5-beta.16) (2023-11-06)

@@ -7,0 +14,0 @@

29

package.json
{
"name": "reactotron-mst",
"version": "3.1.5-beta.16",
"version": "3.1.5-beta.17",
"description": "A Reactotron plugin for mobx-state-tree.",

@@ -10,11 +10,18 @@ "author": "Infinite Red",

},
"homepage": "https://github.com/infinitered/reactotron/tree/alpha/lib/reactotron-mst",
"repository": "https://github.com/infinitered/reactotron/tree/alpha/lib/reactotron-mst",
"homepage": "https://github.com/infinitered/reactotron/tree/beta/lib/reactotron-mst",
"repository": "https://github.com/infinitered/reactotron/tree/beta/lib/reactotron-mst",
"files": [
"dist",
"LICENSE"
"src"
],
"main": "dist/reactotron-mst.umd.js",
"module": "dist/reactotron-mst.es5.js",
"typings": "dist/types/reactotron-mst.d.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/src/index.d.ts",
"react-native": "src/index.ts",
"exports": {
"import": "./dist/index.esm.js",
"default": "./dist/index.js",
"react-native": "./src/index.ts",
"types": "./dist/types/src/index.d.ts"
},
"scripts": {

@@ -58,6 +65,6 @@ "test": "jest",

"babel-jest": "^29.7.0",
"eslint": "^8.51.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",

@@ -73,3 +80,3 @@ "eslint-plugin-promise": "^6.1.1",

"prettier": "^3.0.3",
"reactotron-core-client": "2.8.11-beta.16",
"reactotron-core-client": "2.8.11-beta.17",
"rollup": "^1.1.2",

@@ -81,3 +88,3 @@ "rollup-plugin-babel": "^4.4.0",

"rollup-plugin-resolve": "^0.0.1-predev.1",
"testdouble": "^3.16.8",
"testdouble": "^3.20.0",
"ts-jest": "^29.1.1",

@@ -84,0 +91,0 @@ "typescript": "^4.9.5"

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