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 1.0.5-next-20221218112843 to 1.0.5-next-20221220021500

twind.deno.dev.js

8

CHANGELOG.md
# twind
## 1.0.5-next-20221218112843
## 1.0.5-next-20221220021500
### Patch Changes
- Updated dependencies [[`6521e678`](https://github.com/tw-in-js/twind/commit/6521e678821f05de8cd3a87b0176083efee43405), [`c832b338`](https://github.com/tw-in-js/twind/commit/c832b33849690545e7a4dffbdada2f5b97f6aa08)]:
- @twind/core@1.1.1-next-20221218112843
- create dedicated worker and deno bundles, and downgrade module to es2019 (fixes [#426](https://github.com/tw-in-js/twind/issues/426)) ([`02ea227a`](https://github.com/tw-in-js/twind/commit/02ea227afffe474cde5e843c3519f0836ee18f8a))
- Updated dependencies [[`02ea227a`](https://github.com/tw-in-js/twind/commit/02ea227afffe474cde5e843c3519f0836ee18f8a), [`6521e678`](https://github.com/tw-in-js/twind/commit/6521e678821f05de8cd3a87b0176083efee43405), [`c832b338`](https://github.com/tw-in-js/twind/commit/c832b33849690545e7a4dffbdada2f5b97f6aa08)]:
- @twind/core@1.1.1-next-20221220021500
## 1.0.4

@@ -11,0 +13,0 @@

{
"name": "twind",
"version": "1.0.5-next-20221218112843",
"version": "1.0.5-next-20221220021500",
"description": "Proxy package for @twind/core",

@@ -50,4 +50,5 @@ "type": "module",

"esnext": "./twind.esnext.dev.js",
"deno": "./twind.deno.dev.js",
"module": "./twind.dev.js",
"worker": "./twind.dev.js",
"worker": "./twind.worker.dev.js",
"browser": "./twind.browser.dev.js",

@@ -62,4 +63,5 @@ "script": "./twind.global.dev.js",

"esnext": "./twind.esnext.js",
"deno": "./twind.deno.js",
"module": "./twind.js",
"worker": "./twind.js",
"worker": "./twind.worker.js",
"browser": "./twind.browser.js",

@@ -77,3 +79,3 @@ "script": "./twind.global.js",

"dependencies": {
"@twind/core": "1.1.1-next-20221218112843"
"@twind/core": "1.1.1-next-20221220021500"
},

@@ -92,8 +94,5 @@ "peerDependencies": {

"module": "./twind.js",
"worker": "./twind.js",
"esnext": "./twind.esnext.js",
"unpkg": "./twind.global.js",
"jsdelivr": "./twind.global.js",
"browser": "./twind.browser.js",
"types": "./twind.d.ts"
}

@@ -1,1 +0,1 @@

export*from"@twind/core";//# sourceMappingURL=twind.browser.dev.js.map
export * from "./twind.browser.js";

@@ -1,1 +0,1 @@

export*from"@twind/core";//# sourceMappingURL=twind.browser.js.map
export * from "./twind.js";
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