Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@twind/core

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twind/core - npm Package Compare versions

Comparing version 1.1.1-next-20221218112843 to 1.1.1-next-20221220021500

core.deno.dev.js

4

CHANGELOG.md
# @twind/core
## 1.1.1-next-20221218112843
## 1.1.1-next-20221220021500
### Patch Changes
- 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))
- add `@twind/with-react` package with support for React v18 streamed responses (fixes [#409](https://github.com/tw-in-js/twind/issues/409)) ([`6521e678`](https://github.com/tw-in-js/twind/commit/6521e678821f05de8cd3a87b0176083efee43405))

@@ -8,0 +10,0 @@

{
"name": "@twind/core",
"version": "1.1.1-next-20221218112843",
"version": "1.1.1-next-20221220021500",
"description": "The core engine without any presets.",

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

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

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

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

@@ -92,8 +94,5 @@ "script": "./core.global.js",

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

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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