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

aleon_35_pdf_ui_lib

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aleon_35_pdf_ui_lib - npm Package Compare versions

Comparing version 1.0.11 to 1.0.13

storybook-static/213.12c4b619.iframe.bundle.js

12

package.json
{
"name": "aleon_35_pdf_ui_lib",
"version": "1.0.11",
"version": "1.0.13",
"description": "",

@@ -18,9 +18,2 @@ "main": "index.js",

"@babel/preset-react": "^7.22.5",
"@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/blocks": "^7.2.3",
"@storybook/preact": "^7.2.3",
"@storybook/preact-webpack5": "^7.2.3",
"@storybook/testing-library": "^0.2.0",
"babel-loader": "^9.1.3",

@@ -33,4 +26,3 @@ "css-loader": "^6.8.1",

"webpack-cli": "^5.1.4"
},
"dependencies": {}
}
}
import styles from "./Checkbox.css";
import { h } from 'preact';
import PropTypes from 'prop-types';

@@ -22,9 +21,2 @@ export const Checkbox = ({ label, checked, onChange }) => {

Checkbox.propTypes = {
checked: PropTypes.bool,
label: PropTypes.string,
onChange: PropTypes.func,
};
Checkbox.defaultProps = {

@@ -31,0 +23,0 @@ label: null,

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