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

@uiw/codemirror-extensions-color

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/codemirror-extensions-color - npm Package Compare versions

Comparing version 4.11.1 to 4.11.2

8

cjs/index.js

@@ -113,3 +113,3 @@ "use strict";

}),
side: 1
side: 0
});

@@ -162,3 +162,3 @@

}),
side: 1
side: 0
});

@@ -182,3 +182,3 @@

}),
side: 1
side: 0
});

@@ -200,3 +200,3 @@

}),
side: 1
side: 0
});

@@ -203,0 +203,0 @@

@@ -67,3 +67,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";

}),
side: 1
side: 0
});

@@ -117,3 +117,3 @@ widgets.push(widget.range(from));

}),
side: 1
side: 0
});

@@ -134,3 +134,3 @@

}),
side: 1
side: 0
});

@@ -152,3 +152,3 @@

}),
side: 1
side: 0
});

@@ -155,0 +155,0 @@

{
"name": "@uiw/codemirror-extensions-color",
"version": "4.11.1",
"version": "4.11.2",
"description": "Color Extensions for CodeMirror6.",

@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/color",

@@ -11,3 +11,3 @@ <!--rehype:ignore:start-->

![Codemirror Extensions Color](https://user-images.githubusercontent.com/1680273/178143104-26e0564b-bd3e-42cd-a8d4-b40edf9ec44d.png)
[![Codemirror Extensions Color](https://user-images.githubusercontent.com/1680273/178143104-26e0564b-bd3e-42cd-a8d4-b40edf9ec44d.png)](https://uiwjs.github.io/react-codemirror/#/extensions/color)

@@ -14,0 +14,0 @@ ## Install

@@ -69,3 +69,3 @@ import { ViewPlugin, EditorView, ViewUpdate, WidgetType, Decoration, DecorationSet } from '@codemirror/view';

}),
side: 1,
side: 0,
});

@@ -112,3 +112,3 @@ widgets.push(widget.range(from));

}),
side: 1,
side: 0,
});

@@ -127,3 +127,3 @@ widgets.push(widget.range(from));

}),
side: 1,
side: 0,
});

@@ -143,3 +143,3 @@ widgets.push(widget.range(from));

}),
side: 1,
side: 0,
});

@@ -146,0 +146,0 @@ widgets.push(widget.range(from));

Sorry, the diff of this file is not supported yet

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