@linaria/react
Advanced tools
| Object.defineProperty(exports, '__esModule', { | ||
| value: true, | ||
| }); | ||
| exports.default = require('../lib/processors/styled').default; |
+1
-2
@@ -10,3 +10,2 @@ "use strict"; | ||
| function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
| //# sourceMappingURL=index.js.map | ||
| function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
+1
-2
@@ -142,3 +142,2 @@ "use strict"; | ||
| exports.default = _default; | ||
| //# sourceMappingURL=styled.js.map | ||
| exports.default = _default; |
+6
-6
| { | ||
| "name": "@linaria/react", | ||
| "description": "Blazing fast zero-runtime CSS in JS library", | ||
| "version": "3.0.0-beta.21", | ||
| "version": "3.0.0-beta.22", | ||
| "bugs": "https://github.com/callstack/linaria/issues", | ||
| "dependencies": { | ||
| "@emotion/is-prop-valid": "^0.8.8", | ||
| "@linaria/core": "^3.0.0-beta.21", | ||
| "@linaria/core": "^3.0.0-beta.22", | ||
| "ts-invariant": "^0.10.3" | ||
@@ -36,5 +36,6 @@ }, | ||
| "files": [ | ||
| "types/", | ||
| "esm/", | ||
| "lib/", | ||
| "esm/" | ||
| "processors/", | ||
| "types/" | ||
| ], | ||
@@ -83,4 +84,3 @@ "homepage": "https://github.com/callstack/linaria#readme", | ||
| "watch": "npm run build --watch" | ||
| }, | ||
| "readme": "<p align=\"center\">\n <img alt=\"Linaria\" src=\"https://raw.githubusercontent.com/callstack/linaria/HEAD/website/assets/linaria-logo@2x.png\" width=\"496\">\n</p>\n\n<p align=\"center\">\nZero-runtime CSS in JS library.\n</p>\n\n---\n\n### 📖 Please refer to the [GitHub](https://github.com/callstack/linaria#readme) for full documentation.\n\n## Features\n\n- Write CSS in JS, but with **zero runtime**, CSS is extracted to CSS files during build\n- Familiar **CSS syntax** with Sass like nesting\n- Use **dynamic prop based styles** with the React bindings, uses CSS variables behind the scenes\n- Easily find where the style was defined with **CSS sourcemaps**\n- **Lint your CSS** in JS with [stylelint](https://github.com/stylelint/stylelint)\n- Use **JavaScript for logic**, no CSS preprocessor needed\n- Optionally use any **CSS preprocessor** such as Sass or PostCSS\n\n**[Why use Linaria](../../docs/BENEFITS.md)**\n\n## Installation\n\n```sh\nnpm install @linaria/core @linaria/react @linaria/babel-preset @linaria/shaker\n```\n\nor\n\n```sh\nyarn add @linaria/core @linaria/react @linaria/babel-preset @linaria/shaker\n```\n" | ||
| } | ||
| } |
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
19
5.56%610
0.33%80791
-1.31%Updated