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

@goldfishjs/route

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldfishjs/route - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

lib/container-router/BaseRouter.js
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
import _createClass from "@babel/runtime/helpers/createClass";
var BaseRouter =
/*#__PURE__*/
function () {
var BaseRouter = /*#__PURE__*/function () {
function BaseRouter() {

@@ -8,0 +6,0 @@ _classCallCheck(this, BaseRouter);

@@ -34,5 +34,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

var StackedRouter =
/*#__PURE__*/
function (_BaseRouter) {
var StackedRouter = /*#__PURE__*/function (_BaseRouter) {
_inherits(StackedRouter, _BaseRouter);

@@ -39,0 +37,0 @@

@@ -9,5 +9,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

var TinyAppRouter =
/*#__PURE__*/
function (_StackedRouter) {
var TinyAppRouter = /*#__PURE__*/function (_StackedRouter) {
_inherits(TinyAppRouter, _StackedRouter);

@@ -14,0 +12,0 @@

@@ -8,5 +8,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

var TinyappRoute =
/*#__PURE__*/
function (_Route) {
var TinyappRoute = /*#__PURE__*/function (_Route) {
_inherits(TinyappRoute, _Route);

@@ -13,0 +11,0 @@

import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
import _createClass from "@babel/runtime/helpers/createClass";
var Route =
/*#__PURE__*/
function () {
var Route = /*#__PURE__*/function () {
function Route() {

@@ -8,0 +6,0 @@ _classCallCheck(this, Route);

{
"name": "@goldfishjs/route",
"version": "1.0.0",
"version": "1.1.0",
"description": "goldfish-route",

@@ -5,0 +5,0 @@ "main": "lib/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