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

@recogito/recogito-client-core

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@recogito/recogito-client-core - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@recogito/recogito-client-core",
"version": "1.0.3",
"version": "1.0.4",
"description": "Core functions, classes and components for RecogitoJS",

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

@@ -133,3 +133,3 @@ import React from 'preact/compat';

// opened for editing)
if (currentAnnotation.bodies.length === 0) {
if (currentAnnotation.bodies.length === 0 && !props.config.allowEmpty) {
if (currentAnnotation.isSelection)

@@ -136,0 +136,0 @@ onCancel();

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