New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@byzanteam/carbonium

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byzanteam/carbonium - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

dist/carbonium.esm.js

68

package.json
{
"name": "@byzanteam/carbonium",
"version": "0.4.0",
"version": "0.4.1",
"description": "Carnonium",
"main": "dist/carbonium.common.js",
"main": "dist/carbonium.umd.js",
"module": "dist/carbonium.esm.js",
"types": "types/index.d.ts",
"scripts": {
"serve": "vue-cli-service serve examples/index.ts",
"build": "vue-cli-service build --target lib --name carbonium src/index.ts",
"lint": "vue-cli-service lint src examples types",
"test": "vue-cli-service test:unit",
"prepack": "npm run build"
"serve": "webpack-dev-server",
"build": "rollup -c --silent",
"lint": "eslint '{examples,src,types}/**/*.{js,ts,vue}'",
"prepare": "npm run build"
},

@@ -23,29 +23,39 @@ "files": [

"@byzanteam/carbonium-timer": "^0.1.1",
"d3": "^5.11.0",
"deepmerge": "^4.0.0",
"d3": "^5.14.2",
"deepmerge": "^4.2.2",
"resize-observer-polyfill": "^1.5.1",
"vue-property-decorator": "^8.2.2"
"vue-property-decorator": "^8.3.0"
},
"devDependencies": {
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-replace": "^2.2.1",
"@types/d3": "^5.7.2",
"@types/mocha": "^5.2.7",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-plugin-unit-mocha": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/eslint-config-typescript": "^3.2.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"canvas": "^2.5.0",
"chai": "^4.1.2",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.0.1",
"typescript": "~3.1.1",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"css-loader": "^3.2.0",
"eslint": "^6.7.1",
"eslint-plugin-vue": "^6.0.1",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"rollup": "^1.27.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-strip-banner": "^1.0.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-vue": "^5.1.4",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.1",
"tslib": "^1.10.0",
"typescript": "^3.7.2",
"vue": "^2.6.10",
"vue-router": "^3.1.2",
"vue-template-compiler": "^2.6.10"
"vue-loader": "^15.7.2",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},

@@ -52,0 +62,0 @@ "peerDependencies": {

@@ -8,1 +8,2 @@ export * from './boundary'

export * from './range'
export * from './scale'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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