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 1.4.1-alpha.3 to 2.0.0-alpha.0

lib/components/base.d.ts

32

package.json
{
"name": "@indoqa/style-system",
"version": "1.4.1-alpha.3",
"version": "2.0.0-alpha.0",
"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": "dist/indoqa-style-system.cjs.js",
"module": "dist/indoqa-style-system.es.js",
"typings": "dist/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"sideEffects": false,
"files": [
"dist"
"lib"
],
"scripts": {
"clean": "rimraf ./compiled ./dist",
"compile": "yarn clean && tsc -p tsconfig.json",
"compile": "tsc -p tsconfig.json",
"lint": "eslint './src/**/*.tsx' './src/**/*.ts'",
"package": "yarn lint && yarn compile && rollup -c",
"package": "yarn lint && yarn compile",
"prepublishOnly": "yarn package"

@@ -41,15 +40,14 @@ },

"devDependencies": {
"@types/node": "14.14.14",
"fela": "^11.6.0",
"fela-monolithic": "^11.6.0",
"fela-plugin-named-keys": "^11.6.0",
"fela-preset-web": "^11.6.0",
"fela-sort-media-query-mobile-first": "^11.6.0",
"react": "^17.0.1",
"react-fela": "^11.6.0"
"fela": "^11.6.1",
"fela-monolithic": "^11.6.1",
"fela-plugin-named-keys": "^11.6.1",
"fela-preset-web": "^11.6.1",
"fela-sort-media-query-mobile-first": "^11.6.1",
"react": "^17.0.2",
"react-fela": "^11.6.1"
},
"dependencies": {
"lodash": "^4.17.20"
"lodash": "^4.17.21"
},
"gitHead": "195e01d994e14ddb4874c32b985cd70fa7c78118"
"gitHead": "dbccbe209fc0258935f3a352cba8944cf18f2f1a"
}
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