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

ayano-react

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ayano-react - npm Package Compare versions

Comparing version 1.0.0-alpha4 to 1.0.0-alpha5

11

dist/AppRenderer.js

@@ -36,2 +36,7 @@ 'use strict';

this.prepare && this.prepare();
var component = Layout ? _react2.default.createElement(
Layout,
null,
this.renderRouter()
) : this.renderRouter();
Layout = Layout || function (_ref) {

@@ -44,7 +49,3 @@ var children = _ref.children;

{ store: this.store },
_react2.default.createElement(
Layout,
null,
this.renderRouter()
)
component
);

@@ -51,0 +52,0 @@ },

@@ -130,2 +130,6 @@ 'use strict';

Request.defaultConfig = {
timeout: 10000,
searchParamsBuilder: searchParamsBuilder,
bodyDataBuilder: bodyDataBuilder };
exports.default = Request;
{
"name": "ayano-react",
"version": "1.0.0-alpha4",
"version": "1.0.0-alpha5",
"description": "react app creator",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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