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

@dynabuild/test-components

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynabuild/test-components - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/components/Button.d.ts

27

lib/index.js

@@ -1,24 +0,3 @@

// src/controls/Button.tsx
import {
createElement,
forwardRef
} from "react";
var Button = forwardRef((props, ref) => /* @__PURE__ */ createElement("button", {
...props,
ref
}));
// src/controls/Input.tsx
import {
createElement as createElement2,
forwardRef as forwardRef2
} from "react";
var Input = forwardRef2((props, ref) => /* @__PURE__ */ createElement2("input", {
...props,
ref
}));
export {
Button,
Input
};
//# sourceMappingURL=index.js.map
export * from "./components/Button";
export * from "./components/Input";
//# sourceMappingURL=index.js.map
{
"name": "@dynabuild/test-components",
"version": "1.0.1",
"version": "1.0.2",
"description": "DynaBuild test controls project",
"module": "lib/index.js",
"types": "build/index.d.ts",
"types": "lib/index.d.ts",
"scripts": {
"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",

@@ -30,4 +30,5 @@ "build-storybook": "build-storybook"

"esbuld-visualizer": "^0.2.0",
"live-server": "^1.2.1"
"live-server": "^1.2.1",
"typescript": "^4.1.5"
}
}

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