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

colorbrewer

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorbrewer - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

2

index.es.js

@@ -310,2 +310,2 @@ var index = {

export default index;
export { index as default };
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.colorbrewer = factory());
}(this, (function () { 'use strict';
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.colorbewer = factory());
})(this, (function () { 'use strict';

@@ -318,2 +318,2 @@ var index = {

})));
}));
{
"name": "colorbrewer",
"version": "1.5.6",
"version": "1.5.7",
"description": "A shim module of colorbrewer2 by Cythina Brewer for browserify",

@@ -40,3 +40,3 @@ "keywords": [

"scripts": {
"build": "rollup -c"
"build": "rollup -c rollup.config.js.dual"
},

@@ -43,0 +43,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