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

@data-ui/theme

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-ui/theme - npm Package Compare versions

Comparing version 0.0.59 to 0.0.60-alpha.3.0

esm/chartTheme.js

53

package.json
{
"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"
}
}
}
}
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