Socket
Socket
Sign inDemoInstall

immutable-class

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-class - npm Package Compare versions

Comparing version 0.9.9 to 0.9.10

2

build/base-immutable/base-immutable.d.ts

@@ -15,3 +15,3 @@ export declare type Validator = (x: any) => void;

defaultValue?: any;
possibleValues?: any[];
possibleValues?: readonly any[];
validate?: Validator | Validator[];

@@ -18,0 +18,0 @@ type?: PropertyType;

{
"name": "immutable-class",
"version": "0.9.9",
"version": "0.9.10",
"description": "A template for creating immutable classes",

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

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