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

@linalgo/annotate-core

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linalgo/annotate-core - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "@linalgo/annotate-core",
"version": "0.0.10",
"version": "0.0.11",
"description": "A library for html document annotations following W3C standards.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -106,3 +106,4 @@ import * as uuid from 'uuid';

newNode.setAttribute('annotation', annotation.id);
newNode.style.backgroundColor = `#${this.colorSchema[annotation.entity]}`;
newNode.setAttribute('entity', annotation.entity);
// newNode.setAttribute('color', `#${this.colorSchema[annotation.entity]}`);
subRange.surroundContents(newNode);

@@ -109,0 +110,0 @@ newNodes.push(newNode);

Sorry, the diff of this file is too big to display

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