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

a2d3

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a2d3 - npm Package Compare versions

Comparing version 1.0.0-rc.9 to 1.0.0-rc.10

2

dist/directives/arc.d.ts
import { ElementRef } from '@angular/core';
import { D3Chart, D3Margin } from './chart';
import { D3PieBase } from './pie';
import d3 = require('d3');
import * as d3 from 'd3';
export declare class D3Arc extends D3PieBase {

@@ -6,0 +6,0 @@ name: string;

import { ElementRef } from "@angular/core";
import { D3Chart, D3Element, D3Margin } from "./chart";
import d3 = require('d3');
import * as d3 from 'd3';
export declare class D3PieBase extends D3Element {

@@ -5,0 +5,0 @@ innerRadius: number;

@@ -1631,5 +1631,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

/***/ }
/******/ ])
/******/ ]);
});
;
//# sourceMappingURL=index.map
{
"name": "a2d3",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "AngularJS chart directives and other integrations for D3.js",
"authors": [
"Chris Nicola <chnicola@gmail.com>"
"Chris Nicola <chris.nicola@wealthbar.com>"
],

@@ -23,3 +23,3 @@ "homepage": "http://wealthbar.github.io/a2d3",

"scripts": {
"clean": "rimraf node_modules doc && npm cache clean",
"clean": "rimraf node_modules && npm cache clean",
"clean-install": "npm run clean && npm install",

@@ -29,3 +29,3 @@ "clean-start": "npm run clean && npm start",

"dist": "webpack --config webpack.build.js",
"docs": "webpack",
"docs": "rimraf docs/* && webpack",
"e2e": "protractor",

@@ -41,14 +41,14 @@ "test": "karma start",

"peerDependencies": {
"@angular/core": "^2.1.1",
"@angular/core": "^2.2.3",
"d3": "^3.5.16"
},
"devDependencies": {
"@angular/common": "^2.1.1",
"@angular/compiler": "^2.1.1",
"@angular/core": "^2.1.1",
"@angular/forms": "^2.1.1",
"@angular/http": "^2.1.1",
"@angular/platform-browser": "^2.1.1",
"@angular/platform-browser-dynamic": "^2.1.1",
"@angular/router": "^3.0.0-rc.2",
"@angular/common": "^2.2.3",
"@angular/compiler": "^2.2.3",
"@angular/core": "^2.2.3",
"@angular/forms": "^2.2.3",
"@angular/http": "^2.2.3",
"@angular/platform-browser": "^2.2.3",
"@angular/platform-browser-dynamic": "^2.2.3",
"@angular/router": "^3.2.3",
"@types/core-js": "^0.9.32",

@@ -102,5 +102,5 @@ "@types/d3": "0.0.33",

"web-animations-js": "^2.2.2",
"webpack": "^2.1.0-beta.25",
"webpack-dev-middleware": "^1.8.3",
"webpack-dev-server": "^2.1.0-beta.4",
"webpack": "^2.1.0-beta.27",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^2.1.0-beta.12",
"webpack-merge": "^0.14.1",

@@ -107,0 +107,0 @@ "zone.js": "^0.6.17"

import {Optional, Directive, ElementRef} from '@angular/core'
import {D3Chart, D3Element, D3Margin} from './chart'
import {D3PieBase} from './pie'
import d3 = require('d3');
import * as d3 from 'd3'

@@ -6,0 +6,0 @@ @Directive({

import {Optional, Directive, ElementRef} from '@angular/core'
import {D3Chart, D3Element, D3Scale, D3Margin} from './chart'
import d3 = require('d3')
import * as d3 from 'd3'

@@ -5,0 +5,0 @@ @Directive({

import {Host, Directive, ElementRef, Optional} from '@angular/core'
import {D3Chart, D3Margin, D3Element, D3Scale} from './chart'
import d3 = require('d3')
import * as d3 from 'd3'
var clone = require('lodash.clonedeep')

@@ -5,0 +5,0 @@

import {Optional, Directive, ElementRef} from '@angular/core'
import {D3Chart, D3Element, D3Scale, D3Margin} from './chart'
import d3 = require('d3')
import * as d3 from 'd3'

@@ -5,0 +5,0 @@ @Directive({

import {Input, Directive, Optional, ElementRef} from '@angular/core';
import d3 = require('d3');
import * as d3 from 'd3'

@@ -4,0 +4,0 @@ export interface ID3Element {

import {Directive, Input, EventEmitter, AfterContentInit} from '@angular/core';
import d3 = require('d3');
import * as d3 from 'd3'

@@ -4,0 +4,0 @@ @Directive({

import {Optional, Directive, ElementRef} from "@angular/core";
import {D3Chart, D3Element, D3Margin} from "./chart";
import d3 = require('d3');
import * as d3 from 'd3'

@@ -5,0 +5,0 @@ @Directive({

import {Optional, Directive, ElementRef} from '@angular/core'
import {D3Chart, D3Element, D3Scale, D3Margin} from './chart'
import d3 = require('d3');
import * as d3 from 'd3'

@@ -5,0 +5,0 @@ @Directive({

import {Optional, Directive, ElementRef} from "@angular/core";
import {D3Chart, D3Element, D3Margin} from "./chart";
import d3 = require('d3');
import * as d3 from 'd3'

@@ -5,0 +5,0 @@ export class D3PieBase extends D3Element {

Sorry, the diff of this file is not supported yet

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