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

cascade

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cascade - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

0

dist/scripts/cascade/Cascade.d.ts

@@ -0,0 +0,0 @@ import Graph from '../graph/Graph';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export declare function array<T>(target: any, propertyKey: string): any;

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import VirtualNode from './VirtualNode';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { IVirtualNode, IVirtualNodeProps } from './IVirtualNode';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { IVirtualNode, IVirtualNodeProps } from './IVirtualNode';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import Ref from './Ref';

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IVirtualNode.js.map

@@ -0,0 +0,0 @@ import { Component } from "./Component";

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

export default class Ref<T extends Node = Node> {
current: T;
}

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { IVirtualNode, IVirtualElementProps } from './IVirtualNode';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { IObservable, ISubscriber } from './IObservable';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import Computed from './Computed';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { IObservable, ISubscriber, ISubscriberFunction } from './IObservable';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface ISubscriber {

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IObservable.js.map

@@ -0,0 +0,0 @@ import { IObservable, ISubscriber, ISubscriberFunction } from './IObservable';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import Observable from './Observable';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import Observable from './Observable';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

2

dist/scripts/jsx/Elements.d.ts

@@ -534,3 +534,3 @@ import { IVirtualNodeProps } from '../dom/IVirtualNode';

interface JSXMapElement extends JSXElement {
areas?: HTMLAreasCollection;
areas?: HTMLCollection;
name?: string;

@@ -537,0 +537,0 @@ }

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Elements.js.map

@@ -0,0 +0,0 @@ import { IVirtualNodeProps } from '../modules/Cascade';

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=HTMLElements.js.map

@@ -0,0 +0,0 @@ import { IVirtualNode, IVirtualNodeProps } from '../dom/IVirtualNode';

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=JSX.js.map

@@ -0,0 +0,0 @@ import { IVirtualNodeProps } from '../modules/Cascade';

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=SVGElements.js.map

@@ -0,0 +0,0 @@ import '../jsx/JSX';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { IObservable } from '../modules/Cascade';

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export default class Diff {

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

export declare function wait(time: number): Promise<{}>;

@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "cascade",
"version": "0.7.2",
"version": "0.7.3",
"description": "A modern library for creating user interfaces.",

@@ -32,5 +32,5 @@ "author": "Sean Johnson <sjohnson@sjohnsonaz.com>",

"devDependencies": {
"@types/chai": "4.1.4",
"@types/chai": "4.1.6",
"@types/mocha": "5.2.5",
"chai": "4.1.2",
"chai": "4.2.0",
"jsdom": "11.11.0",

@@ -40,7 +40,7 @@ "mocha": "5.2.0",

"rimraf": "2.6.2",
"ts-loader": "5.1.1",
"ts-loader": "5.2.1",
"typedoc": "0.12.0",
"typescript": "3.0.3",
"webpack": "4.19.0",
"webpack-cli": "3.1.0"
"typescript": "3.1.1",
"webpack": "4.20.2",
"webpack-cli": "3.1.2"
},

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

@@ -0,0 +0,0 @@ # Cascade

@@ -0,0 +0,0 @@ /// <reference path="../../node_modules/@types/mocha/index.d.ts" />

@@ -0,0 +0,0 @@ var jsdom = require('jsdom');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ import Graph from '../graph/Graph';

@@ -0,0 +0,0 @@ import Cascade from './Cascade';

@@ -0,0 +0,0 @@ import Cascade from '../cascade/Cascade';

@@ -0,0 +0,0 @@ import { IVirtualNode, IVirtualNodeProps } from './IVirtualNode';

@@ -0,0 +0,0 @@ import VirtualNode from './VirtualNode';

@@ -0,0 +0,0 @@ import Ref from './Ref';

export default class Ref<T extends Node = Node> {
current: T;
}

@@ -0,0 +0,0 @@ import { IVirtualNode, IVirtualElementProps } from './IVirtualNode';

@@ -0,0 +0,0 @@ import { IObservable, ISubscriber } from './IObservable';

@@ -0,0 +0,0 @@ import Computed from './Computed';

@@ -0,0 +0,0 @@ import { IObservable, ISubscriber, ISubscriberFunction } from './IObservable';

@@ -0,0 +0,0 @@ export interface ISubscriber {

@@ -0,0 +0,0 @@ import { IObservable, ISubscriber, ISubscriberFunction } from './IObservable';

@@ -0,0 +0,0 @@ declare var Proxy: any;

@@ -0,0 +0,0 @@ declare var Proxy: any;

@@ -577,3 +577,3 @@ import { IVirtualNodeProps } from '../dom/IVirtualNode';

export interface JSXMapElement extends JSXElement {
areas?: HTMLAreasCollection;
areas?: HTMLCollection;
name?: string;

@@ -580,0 +580,0 @@ }

@@ -0,0 +0,0 @@ import { IVirtualNodeProps } from '../modules/Cascade';

@@ -0,0 +0,0 @@ import { IVirtualNode, IVirtualNodeProps } from '../dom/IVirtualNode';

@@ -0,0 +0,0 @@ import { IVirtualNodeProps } from '../modules/Cascade';

@@ -0,0 +0,0 @@ import '../jsx/JSX';

@@ -0,0 +0,0 @@ import Cascade, { IObservable, Computed } from '../modules/Cascade';

@@ -0,0 +0,0 @@ export default class Diff {

@@ -0,0 +0,0 @@ export function wait(time: number) {

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { expect } from 'chai';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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