Socket
Socket
Sign inDemoInstall

@fluid-topics/ft-wc-utils

Package Overview
Dependencies
Maintainers
2
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-wc-utils - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

1

build/mixins.d.ts
export declare const noTextSelect: import("lit").CSSResult;
export declare const wordWrap: import("lit").CSSResult;
//# sourceMappingURL=mixins.d.ts.map

@@ -12,2 +12,15 @@ import { css } from "lit";

`;
export const wordWrap = css `
.ft-word-wrap {
white-space: normal;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto
}
`;
//# sourceMappingURL=mixins.js.map

4

package.json
{
"name": "@fluid-topics/ft-wc-utils",
"version": "0.3.15",
"version": "0.3.16",
"description": "Internal web components tools",

@@ -20,3 +20,3 @@ "author": "Fluid Topics <devtopics@antidot.net>",

},
"gitHead": "067add51b15dae11774878d4fcee1dfc734d00fa"
"gitHead": "0d05a101f09cb5819ee10930772a873e7e0cc87b"
}

Sorry, the diff of this file is too big to display

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