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

c3

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3 - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8

src/api.axis.js

27

package.json
{
"name": "c3",
"version": "0.6.7",
"version": "0.6.8",
"description": "D3-based reusable chart library",

@@ -10,6 +10,8 @@ "main": "c3.js",

"c3.css",
"c3.min.css"
"c3.min.css",
"src"
],
"scripts": {
"start": "static -p 8080 htdocs/",
"start": "run-p serve-static watch",
"serve-static": "static -p 8080 htdocs/",
"lint": "jshint --reporter=node_modules/jshint-stylish src/ spec/",

@@ -58,15 +60,14 @@ "docs": "bundle exec middleman",

"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-plugin-istanbul": "^5.0.1",
"babelify": "^10.0.0",
"browserify": "^16.1.1",
"clean-css-cli": "^4.1.11",
"codecov": "^3.0.4",
"gh-pages": "^1.2.0",
"gh-pages": "^2.0.0",
"jasmine-core": "^2.3.4",
"jshint": "^2.9.6",
"jshint": "2.9.6",
"jshint-stylish": "^2.1.0",
"karma": "^2.0.5",
"karma": "^3.0.0",
"karma-browserify": "^5.3.0",

@@ -80,4 +81,4 @@ "karma-chrome-launcher": "^2.1.1",

"npm-run-all": "^4.1.3",
"rollup": "^0.64.0",
"rollup-plugin-babel": "^3.0.3",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.3",
"sass": "^1.10.3",

@@ -84,0 +85,0 @@ "status-back": "^1.1.0",

@@ -23,3 +23,3 @@ # c3

```
$ npm start
$ npm run serve-static
```

@@ -26,0 +26,0 @@

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

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