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

@beef-flux/store

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beef-flux/store - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/decorators/schema-decorator.d.ts

@@ -53,3 +53,3 @@ import moment = require("moment");

static double(config?: BaseConfig<number> & NumberConfig): any;
static array<T>(config?: BaseConfig<T[]> & ArrayConfig<T> & ObjectConfig<T>): any;
static array<T>(config?: BaseConfig<T[]> & ArrayConfig<T> & Partial<ObjectConfig<T>>): any;
static object<T>(config?: BaseConfig<T> & ObjectConfig<T>): any;

@@ -56,0 +56,0 @@ static datetime(config?: BaseConfig<moment.Moment> & DateConfig): any;

{
"name": "@beef-flux/store",
"version": "0.0.1",
"version": "0.0.2",
"description": "Flux compatible state machine",

@@ -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