New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dynabuild/test-appbar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynabuild/test-appbar - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

8

lib/components/AppBar.js
import * as React from "react";
import { Button, Input } from "@dynabuild/test-components";
export const AppBar = () => (React.createElement("div", { style: { background: "#B4F8C8", padding: 16 } },
React.createElement("h1", null, "AppBar v1.0.0"),
React.createElement("h1", null, "AppBar v1.0.3"),
process.env.useInputsInAppBar ? (React.createElement(React.Fragment, null,
React.createElement(Input, null, "AppBar Input 1"),
React.createElement(Input, null, "AppBar Input 2"),
React.createElement(Input, null, "AppBar Input 3"))) : (React.createElement(React.Fragment, null,
React.createElement(Input, { placeholder: "AppBar Input 1" }),
React.createElement(Input, { placeholder: "AppBar Input 2" }),
React.createElement(Input, { placeholder: "AppBar Input 3" }))) : (React.createElement(React.Fragment, null,
React.createElement(Button, null, "AppBar Button 1"),

@@ -10,0 +10,0 @@ React.createElement(Button, null, "AppBar Button 2"),

{
"name": "@dynabuild/test-appbar",
"version": "1.0.1",
"version": "1.0.3",
"description": "Dynabuild test AppBar component.",

@@ -5,0 +5,0 @@ "module": "lib/index.js",

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