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

en-parse

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

en-parse - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

10

dist/rules/relationships.js

@@ -346,2 +346,12 @@ "use strict";

{
left: ["ADJ", "ADJP"],
right: ["VP", "VB", "VBN"],
leftTokens: [],
rightTokens: [],
maxDistance: -1,
delay: 4,
direction: "->",
label: "AMOD"
},
{
left: ["WDT", "WP"],

@@ -348,0 +358,0 @@ right: ["NP"],

2

package.json
{
"name": "en-parse",
"version": "1.1.4",
"version": "1.1.5",
"description": "English language syntactic dependency parser",

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