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

@st1myl/entrl-react

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@st1myl/entrl-react - npm Package Compare versions

Comparing version 1.0.131 to 1.0.132

1

lib/components/GenericPortal/index.d.ts
import GenericPortal from "./GenericPortal";
export { GenericPortalProps } from "./GenericPortal";
export default GenericPortal;
//# sourceMappingURL=index.d.ts.map

3

lib/components/Header/Header.d.ts
import { Component } from "react";
import './header.scss';
export interface HeaderProps {
interface HeaderProps {
title: string;

@@ -5,0 +4,0 @@ subheader: string[];

@@ -16,3 +16,2 @@ "use strict";

const GenericPortal_1 = __importDefault(require("../GenericPortal/GenericPortal"));
require("./header.scss");
class Header extends react_1.Component {

@@ -19,0 +18,0 @@ constructor() {

import Header from "./Header";
export { HeaderProps } from "./Header";
export default Header;
//# sourceMappingURL=index.d.ts.map

@@ -1,4 +0,4 @@

export { default as Header, HeaderProps } from "./Header";
export { default as Nav, NavProps } from './Nav';
export { default as GenericPortal, GenericPortalProps } from "./GenericPortal";
export { default as Header } from "./Header";
export { default as Nav } from './Nav';
export { default as GenericPortal } from "./GenericPortal";
//# sourceMappingURL=index.d.ts.map
import Nav from "./Nav";
export { NavProps } from "./Nav";
export default Nav;
//# sourceMappingURL=index.d.ts.map
import { Component } from "react";
import './nav.scss';
export declare type NavProps = {
declare type NavProps = {
className?: string;

@@ -5,0 +4,0 @@ items: string[];

@@ -15,3 +15,2 @@ "use strict";

const classnames_1 = __importDefault(require("classnames"));
require("./nav.scss");
class Nav extends react_1.Component {

@@ -18,0 +17,0 @@ constructor() {

{
"name": "@st1myl/entrl-react",
"author": "St1myL",
"version": "1.0.131",
"version": "1.0.132",
"repository": "st1myl/entrl-react",

@@ -30,2 +30,3 @@ "main": "./lib/index.js",

"jest": "^24.7.1",
"node-sass": "^4.11.0",
"rimraf": "^2.6.3",

@@ -32,0 +33,0 @@ "ts-jest": "^24.0.2",

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