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

@indoqa/style-system

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@indoqa/style-system - npm Package Compare versions

Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11

dist/cjs/components/base.d.ts

49

package.json
{
"name": "@indoqa/style-system",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)",
"description": "A style system for React with Typescript typed theme support and several base components.",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"browser": true,
"files": [
"lib"
"lib",
"dist"
],
"scripts": {
"clean": "rimraf ./compiled ./dist",
"compile": "tsc -p tsconfig.json",
"compile": "yarn clean && rollup -c",
"compile:watch": "tsc -p tsconfig.json --watch",

@@ -33,22 +36,22 @@ "lint": "eslint './src/**/*.tsx' './src/**/*.ts'",

"peerDependencies": {
"fela": ">=12.1",
"fela-enforce-longhands": "^12.1.2",
"fela-monolithic": ">=12.1",
"fela-plugin-named-keys": ">=12.1",
"fela-plugin-validator": ">=12.1",
"fela-preset-web": ">=12.1",
"fela-sort-media-query-mobile-first": ">=12.1",
"fela": ">=12.2",
"fela-enforce-longhands": "^12.2.1",
"fela-monolithic": ">=12.2",
"fela-plugin-named-keys": ">=12.2",
"fela-plugin-validator": ">=12.2",
"fela-preset-web": ">=12.2",
"fela-sort-media-query-mobile-first": ">=12.2",
"react": ">=16.8",
"react-fela": ">=12.1"
"react-fela": ">=12.2"
},
"devDependencies": {
"fela": "^12.1.2",
"fela-enforce-longhands": "^12.1.2",
"fela-monolithic": "^12.1.2",
"fela-plugin-named-keys": "^12.1.2",
"fela-plugin-validator": "^12.1.2",
"fela-preset-web": "^12.1.2",
"fela-sort-media-query-mobile-first": "^12.1.2",
"react": "^18.1.0",
"react-fela": "^12.1.2"
"fela": "^12.2.1",
"fela-enforce-longhands": "^12.2.1",
"fela-monolithic": "^12.2.1",
"fela-plugin-named-keys": "^12.2.1",
"fela-plugin-validator": "^12.2.1",
"fela-preset-web": "^12.2.1",
"fela-sort-media-query-mobile-first": "^12.2.1",
"react": "^18.2.0",
"react-fela": "^12.2.1"
},

@@ -58,3 +61,3 @@ "dependencies": {

},
"gitHead": "45893cb539482ea528b3d9b17abb24501b0a2de8"
"gitHead": "ff21fd873b752825a5f0c1aa5b85fefeff4768e2"
}
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