Socket
Socket
Sign inDemoInstall

react-nlp-annotate

Package Overview
Dependencies
153
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.13 to 0.3.14

2

dist/merge-sequence.js

@@ -6,3 +6,3 @@ var mergeSequence = function mergeSequence(seq) {

for (var i = 1; i < seq.length; i++) {
if (current[0].label === seq[i].label) {
if (!current[0].label && !seq[i].label) {
current.push(seq[i]);

@@ -9,0 +9,0 @@ } else {

{
"name": "react-nlp-annotate",
"version": "0.3.13",
"version": "0.3.14",
"homepage": "https://universaldatatool.github.io/react-nlp-annotate/",

@@ -20,3 +20,2 @@ "main": "./dist/lib.js",

"build:babel": "NODE_ENV=production babel ./src --out-dir=./dist",
"release": "npm run build && cd dist && npm publish",
"storybook": "start-storybook -p 9050 -s public",

@@ -23,0 +22,0 @@ "demosite": "react-scripts start",

@@ -9,3 +9,3 @@ // @flow

for (let i = 1; i < seq.length; i++) {
if (current[0].label === seq[i].label) {
if (!current[0].label && !seq[i].label) {
current.push(seq[i])

@@ -12,0 +12,0 @@ } else {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc