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

future-charts-example

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

future-charts-example - npm Package Compare versions

Comparing version 0.9.16 to 0.9.17

dist/DonutChartAngularComponent.js

6

package.json
{
"name": "future-charts-example",
"version": "0.9.16",
"version": "0.9.17",
"description": "Future Charts - Example",

@@ -11,3 +11,4 @@ "scripts": {

"build:jquery": "node ./scripts/build-as-jquery-component",
"build": "npm run build:preact && npm run build:react && npm run build:webcomponent && npm run build:vanila && npm run build:jquery"
"build:angular": "node ./scripts/build-as-angular-component",
"build": "npm run build:preact && npm run build:react && npm run build:webcomponent && npm run build:vanila && npm run build:jquery && npm run build:angular"
},

@@ -21,2 +22,3 @@ "keywords": [

"angular",
"vanila",
"web components",

@@ -23,0 +25,0 @@ "future"

@@ -5,3 +5,3 @@ import React from 'react';

module.exports = function DonutChartNativeFunctionComponent(mountPoint, props) {
module.exports = function DonutChartVanilaComponent(mountPoint, props) {
ReactDOM.render((

@@ -8,0 +8,0 @@ <DonutChart {...props}/>

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