New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mstform

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mstform - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

4

CHANGES.md

@@ -0,1 +1,5 @@

# 1.15.1
- Expose `state` on `IAccessor`.
# 1.15.0

@@ -2,0 +6,0 @@

@@ -5,2 +5,3 @@ import { ValidateOptions } from "./validate-options";

import { AccessUpdate } from "./backend";
import { FormState } from "./state";
export interface IAccessor {

@@ -23,2 +24,3 @@ path: string;

parent: IParentAccessor;
state: FormState<any, any, any>;
validate(options?: ValidateOptions): boolean;

@@ -25,0 +27,0 @@ isValid: boolean;

2

package.json
{
"name": "mstform",
"version": "1.15.0",
"version": "1.15.1",
"description": "mobx-state-tree powered forms",

@@ -5,0 +5,0 @@ "main": "dist/mstform.js",

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