Socket
Socket
Sign inDemoInstall

solenya

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solenya - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

2

dist/app.js

@@ -16,4 +16,4 @@ "use strict";

function App(rootComponentConstructor, containerId, options) {
var _this = this;
if (options === void 0) { options = {}; }
var _this = this;
this.lock = false;

@@ -20,0 +20,0 @@ this._timeTravelOn = false;

@@ -49,5 +49,5 @@ "use strict";

var util_1 = require("./util");
var createBrowserHistory_1 = require("history/createBrowserHistory");
var history_1 = require("history");
var class_transformer_1 = require("class-transformer");
var history = createBrowserHistory_1.default();
var history = history_1.createBrowserHistory();
var Router = /** @class */ (function () {

@@ -54,0 +54,0 @@ function Router(component) {

{
"name": "solenya",
"version": "1.2.7",
"version": "1.2.8",
"author": "solenya",

@@ -16,5 +16,5 @@ "license": "MIT",

"class-validator": "^0.9.1",
"history": "^4.7.2",
"history": "^4.9.0",
"typestyle": "^2.0.1"
}
}

@@ -11,5 +11,6 @@ # Solenya

* Live editable samples for learning solenya: https://stackblitz.com/edit/solenya-samples
* Same code as above, should you want to download from github & run locally: https://github.com/solenya-group/solenya-samples
* Live editable mix of solenya code snippets, experiments, and web apps: https://stackblitz.com/@solenya-group
* Live editable code samples for learning solenya: https://stackblitz.com/edit/solenya-samples
* Downloadable on github: https://github.com/solenya-group/solenya-samples
* Deployed on solenya.org: http://www.solenya.org/samples
* Live editable mix of solenya code snippets, components, experiments, and web apps: https://stackblitz.com/@solenya-group
* Github / npm supplemental solenya libraries: https://github.com/solenya-group

@@ -261,2 +262,3 @@

```
To aid porting, an online HTML-to-Code converter is available on both [solenya.org](http://www.solenya.org/convert) and [stackblitz](https://convert.stackblitz.io/).

@@ -263,0 +265,0 @@ # Style

@@ -0,0 +0,0 @@ import { TimeTravel } from './timeTravel'

@@ -0,0 +0,0 @@ import { App } from './app'

@@ -0,0 +0,0 @@ // based on https://github.com/jorgebucaran/ultradom

@@ -0,0 +0,0 @@ import { createVElement, VElement, VAttributes, VNode, VLifecycle, isVElement, merge } from './dom'

@@ -0,0 +0,0 @@ export { Component } from './component'

@@ -0,0 +0,0 @@ import { VElement, VAttributes, VLifecycle } from './dom'

import { Component } from './component'
import { HValue, a } from './html'
import { Let, equalsIgnoreCase, isNullOrEmpty } from './util'
import createHistory from "history/createBrowserHistory"
import { Action } from "history"
import { createBrowserHistory, Action } from "history"
import { Exclude } from "class-transformer"
import { VElement } from './dom'
const history = createHistory()
const history = createBrowserHistory()

@@ -11,0 +10,0 @@ export interface IRouted extends Component

@@ -0,0 +0,0 @@ export class Storage

@@ -0,0 +0,0 @@ export class TimeTravel<T>

@@ -0,0 +0,0 @@ import 'reflect-metadata'

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

@@ -0,0 +0,0 @@ import { Component } from './component'

@@ -0,0 +0,0 @@ {

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