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.0 to 1.0.1

lib/components/AppBar.d.ts

12

lib/index.js

@@ -1,10 +0,2 @@

// src/controls/AppBar.tsx
import {
createElement
} from "react";
import {Button} from "@dynabuild/test-components";
var AppBar = () => /* @__PURE__ */ createElement("div", null, /* @__PURE__ */ createElement("h1", null, "AppBar v1.0.0"), /* @__PURE__ */ createElement(Button, null, "AppBar Button 1"), /* @__PURE__ */ createElement(Button, null, "AppBar Button 2"), /* @__PURE__ */ createElement(Button, null, "AppBar Button 3"));
export {
AppBar
};
//# sourceMappingURL=index.js.map
export * from "./components/AppBar";
//# sourceMappingURL=index.js.map
{
"inputs": {
"src/controls/AppBar.tsx": {
"bytes": 274,
"src/components/AppBar.tsx": {
"bytes": 548,
"imports": []
},
"src/index.tsx": {
"bytes": 35,
"bytes": 37,
"imports": [
{
"path": "src/controls/AppBar.tsx",
"path": "src/components/AppBar.tsx",
"kind": "import-statement"

@@ -22,3 +22,3 @@ }

"inputs": {},
"bytes": 552
"bytes": 980
},

@@ -31,4 +31,4 @@ "lib/index.js": {

"inputs": {
"src/controls/AppBar.tsx": {
"bytesInOutput": 407
"src/components/AppBar.tsx": {
"bytesInOutput": 784
},

@@ -39,5 +39,5 @@ "src/index.tsx": {

},
"bytes": 489
"bytes": 868
}
}
}
{
"name": "@dynabuild/test-appbar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Dynabuild test AppBar component.",

@@ -9,3 +9,3 @@ "module": "lib/index.js",

"start": "node scripts/serve.mjs",
"build": "node --experimental-json-modules scripts/build.mjs & esbuld-visualizer --metadata ./lib/meta.json --filename ./lib/meta.html --exclude *.map",
"build": "tsc",
"storybook": "start-storybook -p 6006",

@@ -32,4 +32,8 @@ "build-storybook": "build-storybook"

"esbuld-visualizer": "^0.2.0",
"live-server": "^1.2.1"
"live-server": "^1.2.1",
"typescript": "^4.1.5"
},
"flags": {
"useInputsInAppBar": false
}
}

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