Socket
Socket
Sign inDemoInstall

@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.121 to 1.0.131

lib/components/Nav/index.d.ts

1

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

@@ -3,0 +4,0 @@ title: string;

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

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

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

export { default as Header, HeaderProps } from "./Header";
export { default as Nav, NavProps } from './Nav';
export { default as GenericPortal, GenericPortalProps } from "./GenericPortal";
//# sourceMappingURL=index.d.ts.map

@@ -5,4 +5,6 @@ "use strict";

exports.Header = Header_1.default;
var Nav_1 = require("./Nav");
exports.Nav = Nav_1.default;
var GenericPortal_1 = require("./GenericPortal");
exports.GenericPortal = GenericPortal_1.default;
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@st1myl/entrl-react",
"author": "St1myL",
"version": "1.0.121",
"version": "1.0.131",
"repository": "st1myl/entrl-react",

@@ -10,7 +10,7 @@ "main": "./lib/index.js",

"test": "jest",
"lintfix": "tslint --fix \"src/**/*.ts?(x)\"",
"ts": "tsc -p .",
"prepare": "npm run ts",
"clean:build": "rimraf ./lib",
"dist": "npm publish",
"lintfix": "tslint --fix \"src/**/*.ts?(x)\""
"dist": "npm publish"
},

@@ -17,0 +17,0 @@ "dependencies": {

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