@data-ui/theme
Advanced tools
Comparing version 0.0.59 to 0.0.60-alpha.3.0
{ | ||
"name": "@data-ui/theme", | ||
"version": "0.0.59", | ||
"version": "0.0.60-alpha.3.0", | ||
"description": "Themes for data-ui", | ||
"main": "build/index.js", | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"files": [ | ||
"build" | ||
"esm", | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "babel src/ -d build/", | ||
"dev": "babel src/ -d build/ --watch", | ||
"dev:nowatch": "babel src/ -d build/", | ||
"prepublish": "npm run build", | ||
"test": "jest --colors --verbose --coverage" | ||
"build:cjs": "beemo babel ./src --out-dir lib/ --minify", | ||
"build:esm": "beemo babel ./src --out-dir esm/ --esm --minify", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"jest": "beemo jest --color --coverage", | ||
"eslint": "beemo eslint \"./{src,test}/**/*.{js,jsx,json,md}\"", | ||
"lint": "npm run prettier && npm run eslint", | ||
"test": "npm run jest", | ||
"prettier": "beemo prettier \"./{src,test}/**/*.{js,jsx,json,md}\"", | ||
"sync:gitignore": "beemo sync-dotfiles --filter=gitignore", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -22,13 +30,28 @@ "repository": "https://github.com/williaster/data-ui.git", | ||
], | ||
"author": "Chris Williams <chris.williams@airbnb.com>", | ||
"author": "Chris Williams @williaster", | ||
"license": "MIT", | ||
"homepage": "https://github.com/williaster/data-ui#readme", | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-jest": "^20.0.3", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-preset-airbnb": "^2.2.3", | ||
"jest": "^20.0.3" | ||
"@data-ui/build-config": "^0.0.8" | ||
}, | ||
"engines": { | ||
"node": ">=8.10.0" | ||
}, | ||
"beemo": { | ||
"module": "@data-ui/build-config", | ||
"drivers": [ | ||
"prettier", | ||
"eslint", | ||
"babel", | ||
"jest" | ||
], | ||
"eslint": { | ||
"rules": { | ||
"sort-keys": "off" | ||
} | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18371
1
16
1
0
7
2
+ Addedbabel-runtime@^6.26.0
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)