@indoqa/style-system
Advanced tools
Comparing version 1.4.1-alpha.3 to 2.0.0-alpha.0
{ | ||
"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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
7
69
7
1
131776
1498
Updatedlodash@^4.17.21