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

rollup-plugin-chartjs-globals

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-chartjs-globals - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

index.js

@@ -26,5 +26,6 @@ var helperNamespacesInRoot = ['core', 'color', 'extras'];

outputOptions: function(options) {
return chartjsGlobals(options.globals);
options.globals = chartjsGlobals(options.globals);
return options;
}
};
};
{
"name": "rollup-plugin-chartjs-globals",
"version": "0.1.0",
"version": "0.1.1",
"description": "Rollup plugin for Chart.js v3 extensions",

@@ -34,3 +34,4 @@ "main": "index.js",

"eslint-config-esnext": "^4.1.0"
}
},
"dependencies": {}
}
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