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

charted

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charted - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

examples/simple/index.js

@@ -11,3 +11,2 @@ var _ = require('underscore'), Backbone = require('backbone');

var dz = [];
var chart = window.chart = new Chart({

@@ -14,0 +13,0 @@ data: dz,

7

lib/Data.js

@@ -6,5 +6,10 @@ /**

var _ = require('underscore'), Backbone = require('backbone');
var Point = Backbone.Model.extend({
idAttribute: '__id'
});
var Data = Backbone.Collection.extend({
model: Backbone.Model,
model: Point,

@@ -11,0 +16,0 @@ initialize: function(models, options) {

{
"name": "charted",
"version": "0.0.2",
"version": "0.0.3",
"description": "Charts an entire collection of data. Single or multiple y-axes. Support for 64-bit integers. Auto-resizing axes.",

@@ -5,0 +5,0 @@ "main": "index.js",

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