@dynabuild/test-components
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
2631
13
10
12