Socket
Socket
Sign inDemoInstall

@linaria/core

Package Overview
Dependencies
24
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.1.0

7

package.json
{
"name": "@linaria/core",
"version": "6.0.0",
"version": "6.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",

@@ -51,3 +51,3 @@ "keywords": [

"dependencies": {
"@wyw-in-js/processor-utils": "^0.2.2"
"@wyw-in-js/processor-utils": "^0.4.0"
},

@@ -59,4 +59,3 @@ "devDependencies": {

"@types/babel__traverse": "^7.20.4",
"@types/node": "^17.0.39",
"@wyw-in-js/shared": "^0.2.2"
"@types/node": "^17.0.39"
},

@@ -63,0 +62,0 @@ "engines": {

@@ -1,6 +0,8 @@

import type { WYWEvalMeta } from '@wyw-in-js/shared';
import type { CSSProperties } from './CSSProperties';
import type { LinariaClassName } from './cx';
type WYWEvalMeta = {
__wyw_meta: unknown;
};
type CSS = (strings: TemplateStringsArray, ...exprs: Array<string | number | CSSProperties | WYWEvalMeta>) => LinariaClassName;
declare const css: CSS;
export default css;

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc