@linaria/react
Advanced tools
+41
-41
| { | ||
| "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", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Updated
Updated
Updated