Socket
Socket
Sign inDemoInstall

twind

Package Overview
Dependencies
Maintainers
2
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twind - npm Package Compare versions

Comparing version 0.10.3-1 to 0.10.3-2

56

package.json
{
"name": "twind",
"version": "0.10.3-1",
"version": "0.10.3-2",
"description": "compiles tailwind like shorthand syntax into css at runtime",

@@ -21,29 +21,36 @@ "keywords": [

".": {
"node": "./twind.cjs",
"module": "./twind.js",
"script": "./twind.umd.js",
"types": "./twind.d.ts",
"node": "./twind.cjs",
"default": "./twind.js"
},
"./colors": {
"node": "./colors/colors.cjs",
"module": "./colors/colors.js",
"script": "./colors/colors.umd.js",
"types": "./colors/colors.d.ts",
"node": "./colors/colors.cjs",
"default": "./colors/colors.js"
},
"./css": {
"node": "./css/css.cjs",
"module": "./css/css.js",
"script": "./css/css.umd.js",
"types": "./css/css.d.ts",
"node": "./css/css.cjs",
"default": "./css/css.js"
},
"./observe": {
"node": "./observe/observe.cjs",
"module": "./observe/observe.js",
"script": "./observe/observe.umd.js",
"types": "./observe/observe.d.ts",
"node": "./observe/observe.cjs",
"default": "./observe/observe.js"
},
"./shim": {
"module": "./shim/shim.js",
"script": "./shim/shim.umd.js",
"types": "./shim/shim.d.ts",
"node": "./shim/shim.cjs",
"default": "./shim/shim.js"
},
"./server": {

@@ -54,36 +61,8 @@ "types": "./server/server.d.ts",

"./sheets": {
"node": "./sheets/sheets.cjs",
"module": "./sheets/sheets.js",
"script": "./sheets/sheets.umd.js",
"types": "./sheets/sheets.d.ts",
"node": "./sheets/sheets.cjs",
"default": "./sheets/sheets.js"
},
"./shim": {
"node": "./shim/shim.cjs",
"module": "./shim/shim.js",
"script": "./shim/shim.umd.js",
"types": "./shim/shim.d.ts",
"default": "./shim/shim.js"
},
"./styled": {
"node": "./styled/styled.cjs",
"module": "./styled/styled.js",
"script": "./styled/styled.umd.js",
"types": "./styled/styled.d.ts",
"default": "./styled/styled.js"
},
"./styled/preact": {
"node": "./styled/preact/preact.cjs",
"module": "./styled/preact/preact.js",
"script": "./styled/preact/preact.umd.js",
"types": "./styled/preact/preact.d.ts",
"default": "./styled/preact/preact.js"
},
"./styled/react": {
"node": "./styled/react/react.cjs",
"module": "./styled/react/react.js",
"script": "./styled/react/react.umd.js",
"types": "./styled/react/react.d.ts",
"default": "./styled/react/react.js"
},
"./package.json": "./package.json"

@@ -95,3 +74,2 @@ },

"dependencies": {
"@emotion/is-prop-valid": "^1.0.0",
"csstype": "^3.0.5",

@@ -101,13 +79,5 @@ "style-vendorizer": "^2.0.0"

"peerDependencies": {
"preact": "10.x",
"react": "^16.8.0 | 17.x",
"typescript": "^4.1.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"preact": {
"optional": true
},
"typescript": {

@@ -114,0 +84,0 @@ "optional": true

@@ -36,3 +36,2 @@ # Twind

- [CSS-in-JS](https://github.com/tw-in-js/twind/tree/main/docs/css-in-js.md) - how to apply custom css
- [Styled Components](https://github.com/tw-in-js/twind/tree/main/docs/styled.md) - create components that have styles attached to them
- [Plugins](https://github.com/tw-in-js/twind/tree/main/docs/plugins.md) - how to extend twind

@@ -51,3 +50,2 @@ - [Testing](https://github.com/tw-in-js/twind/tree/main/docs/sheets.md) - how to verify the generated class names

- [twind/shim](https://github.com/tw-in-js/twind/tree/main/docs/installation.md#twindshim) - allows to copy-paste tailwind examples
- [twind/styled](https://github.com/tw-in-js/twind/tree/main/docs/styled.md) - create components that have styles attached to them

@@ -54,0 +52,0 @@ - Supporting Materials

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