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

mobx-keystone

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-keystone - npm Package Compare versions

Comparing version 0.48.2 to 0.48.3

3

dist/typeChecking/enum.d.ts

@@ -6,3 +6,4 @@ import { IdentityType } from "./schemas";

*/
export declare type EnumValues<E> = E extends Record<infer _K, infer V> ? V : never;
export declare type EnumValues<E> = E extends Record<infer _K, // eslint-disable-line @typescript-eslint/no-unused-vars
infer V> ? V : never;
/**

@@ -9,0 +10,0 @@ * An enum type, based on a Typescript alike enum object.

{
"name": "mobx-keystone",
"version": "0.48.2",
"version": "0.48.3",
"description": "A MobX powered state management solution based on data trees with first class support for Typescript, snapshots, patches and much more",

@@ -5,0 +5,0 @@ "keywords": [

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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