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

digirati-annotation-redux

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digirati-annotation-redux - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

3

es/lib/elucidate/index.js

@@ -142,2 +142,5 @@ import _regeneratorRuntime from 'babel-runtime/regenerator';

AnnotationSelector.parse = function parse(text) {
if (!text) {
return null;
}
if (text.id) {

@@ -144,0 +147,0 @@ return new AnnotationSelector(text.id, text.format, text.language, text.processingLanguage, text.textDirection);

@@ -272,2 +272,5 @@ 'use strict';

AnnotationSelector.parse = function parse(text) {
if (!text) {
return null;
}
if (text.id) {

@@ -274,0 +277,0 @@ return new AnnotationSelector(text.id, text.format, text.language, text.processingLanguage, text.textDirection);

2

package.json
{
"name": "digirati-annotation-redux",
"version": "0.2.6",
"version": "0.2.7",
"description": "Describe annotation-redux here",

@@ -5,0 +5,0 @@ "main": "es/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