@assemble-inc/core
Advanced tools
Comparing version
@@ -1,36 +0,1 @@ | ||
import { Button } from "./Button"; | ||
import { Checkbox } from "./Checkbox"; | ||
import { Flex } from "./Flex"; | ||
import { Iframe } from "./Iframe"; | ||
import { Image } from "./Image"; | ||
import { Input } from "./Input"; | ||
import { Label } from "./Label"; | ||
import { Modal } from "./Modal"; | ||
import { Portal } from "./Modal/Portal"; | ||
import { Spinner } from "./Spinner"; | ||
import ErrorFallback from "./ErrorBoundary/ErrorFallback"; | ||
import { ErrorBoundaryWithFallback as ErrorBoundary } from "./ErrorBoundary"; | ||
import { Divider } from "./Divider"; | ||
import { ProgressiveImage } from "./ProgressiveImage"; | ||
import { Text } from "./Text"; | ||
import { Video } from "./Video"; | ||
import { Table } from "./Table"; | ||
import { Icon } from "./Icon"; | ||
import { IconLabelPair } from "./IconLabelPair"; | ||
import { RadioButton, RadioButtonGroup } from "./Radio"; | ||
import { Container } from "./Container"; | ||
import { Alert } from "./Alert"; | ||
import { TwoColumnContainer } from "./TwoColumnContainer"; | ||
import { ThreeColumnContainer } from "./ThreeColumnContainer"; | ||
import { PhoneNumberInput } from "./inputs/PhoneNumberInput"; | ||
import { FormattedNumberInput } from "./inputs/FormattedNumber"; | ||
import { MoneyInput } from "./inputs/MoneyInput"; | ||
import { Search } from "./inputs/Search"; | ||
import { TimePicker } from "./inputs/TimePicker"; | ||
import { TimeRange } from "./inputs/TimeRange"; | ||
import { DatePicker } from "./inputs/DatePicker"; | ||
import { DateRange } from "./inputs/DateRange"; | ||
import { DateRangeSingleCalendar } from "./inputs/DateRangeSingleCalendar"; | ||
import { ImageUpload } from "./inputs/ImageUpload"; | ||
import { StarRating } from "./StarRating"; | ||
export { Button, Checkbox, Flex, Iframe, Image, Input, PhoneNumberInput, FormattedNumberInput, MoneyInput, ImageUpload, Label, Modal, Portal, Spinner, ErrorFallback, ErrorBoundary, Divider, ProgressiveImage, Text, Video, Table, Icon, IconLabelPair, RadioButton, RadioButtonGroup, Container, Alert, TwoColumnContainer, ThreeColumnContainer, Search, TimePicker, TimeRange, DatePicker, DateRange, DateRangeSingleCalendar, StarRating }; | ||
export * from './lib/index' |
{ | ||
"name": "@assemble-inc/core", | ||
"version": "0.4.16", | ||
"version": "0.4.17", | ||
"description": "Assemble Component Library", | ||
"author": "Assemble Frontend Team", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"/dist" | ||
"dist" | ||
], | ||
"type": "module", | ||
"exports": { | ||
"*": { | ||
"import": "./dist/*.js" | ||
} | ||
}, | ||
"main": "./dist/asm-ui.umd.js", | ||
"module": "./dist/asm-ui.es.js", | ||
"types": "./dist/index.d.ts", | ||
"publishConfig": { | ||
@@ -29,41 +23,13 @@ "access": "public", | ||
}, | ||
"type": "module", | ||
"scripts": { | ||
"clean": "rimraf dist/", | ||
"build": "tsc --outDir dist && yarn copy-css", | ||
"copy-css": "lightningcss --bundle --targets '>= 0.25%' ./src/inputs/react-datepicker-styles.css -o ./dist/inputs/react-datepicker-styles.css", | ||
"prepare": "rm -rf ./dist && yarn build" | ||
"prepack": "json -f package.json -I -e \"delete this.devDependencies; delete this.dependencies\"", | ||
"build": "tsc && vite build" | ||
}, | ||
"peerDependencies": { | ||
"@assemble-inc/util": ">=0.1.4", | ||
"react": "^17.0.2 || ^18.0.0", | ||
"react-dom": "^17.0.2 || ^18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@assemble-inc/tsconfig": "*", | ||
"@assemble-inc/util": "*", | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-env": "^7.16.4", | ||
"@babel/preset-react": "^7.16.0", | ||
"@types/react": "^17.0.37", | ||
"@types/react-dom": "^17.0.11", | ||
"@types/typescript": "^2.0.0", | ||
"babel-loader": "^8.2.3", | ||
"classnames": "^2.3.2", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"copyfiles": "^2.4.1", | ||
"css-loader": "^6.7.1", | ||
"lightningcss-cli": "^1.18.0", | ||
"path": "^0.12.7", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"rimraf": "^3.0.2", | ||
"sass": "^1.55.0", | ||
"sass-loader": "^13.1.0", | ||
"style-loader": "^3.3.1", | ||
"turbo": "^1.5.6", | ||
"typescript": "^4.5.3" | ||
}, | ||
"dependencies": { | ||
"react-datepicker": "^4.8.0" | ||
"@assemble-inc/util": "<=0.1.1", | ||
"react": "^16.8.0 || 18.x", | ||
"react-datepicker": "^4.8.0", | ||
"react-dom": "^16.8.0 || 18.x" | ||
} | ||
} |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
751440
477.44%0
-100%13445
390.87%50
-46.81%3
50%47
4600%1
Infinity%+ Added
- Removed
- Removed