Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@linaria/react

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linaria/react - npm Package Compare versions

Comparing version
4.3.1
to
4.3.2
+41
-41
package.json
{
"name": "@linaria/react",
"version": "4.3.2",
"description": "Blazing fast zero-runtime CSS in JS library",
"version": "4.3.1",
"keywords": [
"css",
"css-in-js",
"linaria",
"react",
"styled-components"
],
"homepage": "https://github.com/callstack/linaria#readme",
"bugs": "https://github.com/callstack/linaria/issues",
"dependencies": {
"@emotion/is-prop-valid": "^1.2.0",
"react-html-attributes": "^1.4.6",
"ts-invariant": "^0.10.3",
"@linaria/core": "^4.2.3",
"@linaria/tags": "^4.2.1",
"@linaria/utils": "^4.2.5"
},
"devDependencies": {
"@babel/types": "^7.20.2",
"@types/babel__core": "^7.1.19",
"@types/node": "^17.0.39",
"@types/react": ">=16",
"react": "^16.14.0",
"react-test-renderer": "^16.8.3"
},
"engines": {
"node": "^12.16.0 || >=13.7.0"
},
"repository": "git@github.com:callstack/linaria.git",
"license": "MIT",
"sideEffects": false,
"exports": {

@@ -38,2 +30,12 @@ "./package.json": "./package.json",

},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"typesVersions": {
"*": {
"processors/*": [
"./types/processors/*.d.ts"
]
}
},
"files": [

@@ -44,11 +46,2 @@ "dist/",

],
"homepage": "https://github.com/callstack/linaria#readme",
"keywords": [
"css",
"css-in-js",
"linaria",
"react",
"styled-components"
],
"license": "MIT",
"linaria": {

@@ -59,12 +52,27 @@ "tags": {

},
"main": "dist/index.js",
"module": "dist/index.mjs",
"dependencies": {
"@emotion/is-prop-valid": "^1.2.0",
"react-html-attributes": "^1.4.6",
"ts-invariant": "^0.10.3",
"@linaria/core": "^4.2.4",
"@linaria/tags": "^4.2.2",
"@linaria/utils": "^4.2.6"
},
"devDependencies": {
"@babel/types": "^7.20.2",
"@types/babel__core": "^7.1.19",
"@types/node": "^17.0.39",
"@types/react": ">=16",
"react": "^16.14.0",
"react-test-renderer": "^16.8.3"
},
"peerDependencies": {
"react": ">=16"
},
"engines": {
"node": "^12.16.0 || >=13.7.0"
},
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:callstack/linaria.git",
"sideEffects": false,
"tsup": {

@@ -79,10 +87,2 @@ "entry": [

},
"types": "types/index.d.ts",
"typesVersions": {
"*": {
"processors/*": [
"./types/processors/*.d.ts"
]
}
},
"scripts": {

@@ -89,0 +89,0 @@ "build": "pnpm build:dist && pnpm build:declarations",