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

bobflux-monitor

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobflux-monitor - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

components/monitorPanel.ts

@@ -30,3 +30,3 @@ import * as b from 'bobril';

interface IStateStamp {
export interface IStateStamp {
change: string;

@@ -33,0 +33,0 @@ state: f.IState;

import * as f from 'fun-model';
import { appCursor } from '../state';
export const increment = f.createAction(appCursor, state => f.shallowCopy(state, copy => {
export const increment: f.IParamLessAction = f.createParamLessAction(appCursor, state => f.shallowCopy(state, copy => {
copy.counter++;

@@ -6,0 +6,0 @@ copy.date = new Date(Date.now());

{
"name": "bobflux-monitor",
"version": "3.0.2",
"version": "3.0.3",
"description": "Component for time travelling in bobflux/fun-model application state history.",

@@ -36,6 +36,7 @@ "typescript": {

},
"bobril": {
"bobril": {
"example": "example.ts",
"title": "Bobflux-monitor",
"compilerOptions": {
"declaration": true,
"noImplicitAny": true,

@@ -42,0 +43,0 @@ "noImplicitThis": true,

@@ -6,3 +6,3 @@ {

"moduleResolution": "node",
"declaration": false,
"declaration": true,
"lib": [

@@ -26,3 +26,4 @@ "es5",

"noFallthroughCasesInSwitch": true,
"strictNullChecks": true
"strictNullChecks": true,
"types": []
},

@@ -29,0 +30,0 @@ "include": [

{
"defaultSeverity": "warning",
"rules": {

@@ -17,3 +18,3 @@ "align": [

"eofline": false,
"forin": true,
"forin": false,
"indent": [

@@ -29,3 +30,2 @@ true,

"label-position": true,
"label-undefined": true,
"max-line-length": [

@@ -43,3 +43,3 @@ true,

"no-arg": true,
"no-bitwise": true,
"no-bitwise": false,
"no-console": [

@@ -57,5 +57,4 @@ true,

"no-construct": true,
"no-constructor-vars": true,
"no-parameter-properties": true,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,

@@ -74,3 +73,2 @@ "no-shadowed-variable": true,

],
"no-unreachable": true,
"no-trailing-whitespace": false,

@@ -112,3 +110,4 @@ "no-unused-expression": false,

true,
"allow-leading-underscore"
"allow-leading-underscore",
"allow-pascal-case"
],

@@ -115,0 +114,0 @@ "whitespace": [

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