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

@linaria/server

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linaria/server - npm Package Compare versions

Comparing version 3.0.0-beta.3 to 3.0.0-beta.13

11

CHANGELOG.md

@@ -6,4 +6,15 @@ # Change Log

# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)
### Bug Fixes
* **server:** fix collect to ignore empty class ([#832](https://github.com/callstack/linaria/issues/832)) ([639fcca](https://github.com/callstack/linaria/commit/639fccae7f814eaa2714354aaa516a85cc8c4ebf))
# [3.0.0-beta.3](https://github.com/callstack/linaria/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-04-20)
**Note:** Version bump only for package @linaria/server

2

esm/collect.js

@@ -87,3 +87,3 @@ /**

const htmlClasses = [];
const regex = /\s+class="([^"]*)"/gm;
const regex = /\s+class="([^"]+)"/gm;
let match = regex.exec(html);

@@ -90,0 +90,0 @@

@@ -101,3 +101,3 @@ "use strict";

const htmlClasses = [];
const regex = /\s+class="([^"]*)"/gm;
const regex = /\s+class="([^"]+)"/gm;
let match = regex.exec(html);

@@ -104,0 +104,0 @@

{
"name": "@linaria/server",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.13",
"publishConfig": {

@@ -46,3 +46,3 @@ "access": "public"

},
"gitHead": "3c56c067edf4d1a3563b121e476b3400e5e5e720"
"gitHead": "c49df269ebbbc956d43720b007a92f9f865662c5"
}
<p align="center">
<img alt="Linaria" src="../../website/assets/linaria-logo@2x.png" width="496">
<img alt="Linaria" src="https://raw.githubusercontent.com/callstack/linaria/HEAD/website/assets/linaria-logo@2x.png" width="496">
</p>

@@ -4,0 +4,0 @@

Sorry, the diff of this file is not supported yet

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