npm

polished

A lightweight toolset for writing styles in Javascript.

版本 1已同步 1文件 105 SRI 已生成
接入决策台 · 安全可信状态

先确认可用入口,再复制固定版本地址

入口文件、安全评分、扫描覆盖和风险项已合并到首屏,适合上线前快速判断能不能直接接入。

建议复核
安全分
59
最近扫描 2026-06-13
扫描覆盖
100%
105 / 105 文件
高危文件
0
0 条 critical
待复核
5
外联、混淆、敏感行为
推荐入口
Script
SRI 已就绪
SRI 缺失 0
当前版本 4.3.1
105 文件
105 JS / 0 CSS / 0 WASM
5 review files
polished/4.3.1/dist/polished.min.js
https://cdn.ptab.cn/cdn/polished/4.3.1/dist/polished.min.js
当前版本 105 个文件,1 个入口候选。未发现可疑外联域名。
生成接入代码
使用路径
01确认版本

固定到 4.3.1,避免线上被隐式升级。

02复制地址

优先使用推荐入口,特殊场景再切换文件。

03检测可用

发布前检测 HTTP、CORS、SRI 和响应速度。

查看全部文件

快速接入

已按当前文件列表自动选择一个更适合浏览器接入的入口文件。完整用法可在下方生成器中切换文件。

<script src="https://cdn.ptab.cn/cdn/polished/4.3.1/dist/polished.min.js" integrity="sha256-8PRtKl39m2dfOBRhuyHEEn9JWP3Vh0xe2kSijNR62GI=" crossorigin="anonymous"></script>
1版本
105文件
4.3.1最新

CDN 地址生成器

选择文件后直接复制 URL、Script、Module、CSS 或 WASM 示例。建议复制前先检测一次文件可用性。

文件类型
JS
文件大小
8.4 KB
SRI
已生成
CDN URL
适合放到构建配置、动态加载或手动拼接标签。
https://cdn.ptab.cn/cdn/polished/4.3.1/lib/index.js
普通 Script
适合传统 HTML 页面和 UMD/global 构建。
<script src="https://cdn.ptab.cn/cdn/polished/4.3.1/lib/index.js" integrity="sha256-OKmUjy4fZX1Nv0j8HXgsptkPkyGmFIpCJKsLCrU8fm8=" crossorigin="anonymous"></script>
ES Module
适合浏览器原生 module 文件,使用前建议确认该文件支持 ESM。
<script type="module">
  import * as lib from "https://cdn.ptab.cn/cdn/polished/4.3.1/lib/index.js";
  console.log("module loaded", lib);
</script>

版本与文件

当前版本 4.3.1,展示 105 / 105 个文件。
polished/4.3.1/lib/index.js
JS
8.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/dist/polished.cjs.js
JS
123.6 KB
SRI ready
未分级
0 请求
polished/4.3.1/dist/polished.esm.js
JS
121.2 KB
SRI ready
未分级
0 请求
polished/4.3.1/dist/polished.js
JS
131.7 KB
SRI ready
未分级
0 请求
polished/4.3.1/dist/polished.min.js
JS
34.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/adjustHue.js
JS
1.8 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/complement.js
JS
1.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/darken.js
JS
1.8 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/desaturate.js
JS
1.9 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/getContrast.js
JS
822 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/getLuminance.js
JS
1.7 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/grayscale.js
JS
1.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/hsl.js
JS
1.3 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/hsla.js
JS
1.9 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/hslToColorString.js
JS
1.8 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/invert.js
JS
1.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/lighten.js
JS
1.8 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/meetsContrastGuidelines.js
JS
831 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/mix.js
JS
2.9 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/opacify.js
JS
2.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/parseToHsl.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/parseToRgb.js
JS
5.2 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/readableColor.js
JS
2.2 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/rgb.js
JS
1.6 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/rgba.js
JS
2.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/rgbToColorString.js
JS
1.7 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/saturate.js
JS
1.9 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/setHue.js
JS
1.6 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/setLightness.js
JS
1.7 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/setSaturation.js
JS
1.7 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/shade.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/tint.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/toColorString.js
JS
2.8 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/color/transparentize.js
JS
2.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/easings/easeIn.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/easings/easeInOut.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/easings/easeOut.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/cssVar.js
JS
1.3 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/directionalProperty.js
JS
2.6 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/em.js
JS
829 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/getValueAndUnit.js
JS
885 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/important.js
JS
1.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/modularScale.js
JS
2.0 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/rem.js
JS
836 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/remToPx.js
JS
2.0 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/helpers/stripUnit.js
JS
683 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_capitalizeString.js
JS
267 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_constructGradientValue.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_curry.js
JS
747 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_endsWith.js
JS
256 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_errors.js
JS
11.3 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_guard.js
JS
269 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_hslToHex.js
JS
829 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_hslToRgb.js
JS
1.6 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_nameToHex.js
JS
3.8 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_numberToHex.js
JS
262 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_pxto.js
JS
1.3 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_reduceHexValue.js
JS
460 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_rgbToHsl.js
JS
1.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/internalHelpers/_statefulSelectors.js
JS
1.0 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/math/math.js
JS
5.9 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/math/presets/defaultSymbols.js
JS
3.0 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/math/presets/exponentialSymbols.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/between.js
JS
2.5 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/clearFix.js
JS
703 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/cover.js
JS
699 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/ellipsis.js
JS
1.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/fluidRange.js
JS
4.5 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/fontFace.js
JS
4.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/hideText.js
JS
719 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/hideVisually.js
JS
1018 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/hiDPI.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/linearGradient.js
JS
2.0 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/normalize.js
JS
3.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/radialGradient.js
JS
2.2 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/retinaImage.js
JS
2.2 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/timingFunctions.js
JS
2.4 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/triangle.js
JS
3.7 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/mixins/wordWrap.js
JS
743 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/animation.js
JS
1.8 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/backgroundImages.js
JS
911 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/backgrounds.js
JS
934 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/border.js
JS
1.9 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/borderColor.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/borderRadius.js
JS
1.5 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/borderStyle.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/borderWidth.js
JS
1.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/buttons.js
JS
1.3 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/margin.js
JS
1.0 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/padding.js
JS
1.0 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/position.js
JS
2.1 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/size.js
JS
604 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/textInputs.js
JS
2.2 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/shorthands/transitions.js
JS
1.7 KB
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/color.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/fluidRangeConfiguration.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/fontFaceConfiguration.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/interactionState.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/linearGradientConfiguration.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/modularScaleRatio.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/radialGradientConfiguration.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/sideKeyword.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/style.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/timingFunction.js
JS
13 B
SRI ready
未分级
0 请求
polished/4.3.1/lib/types/triangleConfiguration.js
JS
13 B
SRI ready
未分级
0 请求

库评论

还没有评论。可以反馈这个库的接入体验、版本建议或兼容性问题。
发表评论

免登录提交。需要填写昵称和邮箱,并完成 TAC 行为验证;内容会自动审核,违规内容不会发布。