Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

retext-pos

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retext-pos - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

16

index.js

@@ -14,8 +14,2 @@ 'use strict';

/**
* Define `pos`.
*/
function pos() {}
/**
* A POS change inside a parent.

@@ -98,3 +92,3 @@ *

/**
* Define `attach`.
* Define `pos`.
*

@@ -104,3 +98,3 @@ * @param {Retext} retext - Instance of Retext.

function attach(retext) {
function pos(retext) {
var WordNode;

@@ -119,8 +113,2 @@

/**
* Expose `attach`.
*/
pos.attach = attach;
/**
* Expose `pos`.

@@ -127,0 +115,0 @@ */

18

package.json
{
"name": "retext-pos",
"version": "0.1.6",
"version": "0.1.7",
"description": "Retext POS (part-of-speech) tagger",

@@ -23,9 +23,9 @@ "license": "MIT",

"devDependencies": {
"eslint": "^0.8.2",
"eslint": "^0.9.0",
"istanbul": "^0.3.0",
"jscs": "^1.6.0",
"mocha": "^1.21.0",
"retext": "^0.3.0-rc.1",
"retext-content": "^0.2.2",
"retext-visit": "^0.2.0"
"jscs": "^1.7.0",
"mocha": "^2.0.0",
"retext": "^0.3.0-rc.2",
"retext-content": "^0.2.5",
"retext-visit": "^0.2.2"
},

@@ -36,4 +36,4 @@ "scripts": {

"lint": "npm run lint-api && npm run lint-test && npm run lint-style",
"lint-api": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single]'",
"lint-test": "node_modules/.bin/eslint test.js --env node --env mocha --rule 'quotes: [2, single]'",
"lint-api": "node_modules/.bin/eslint index.js",
"lint-test": "node_modules/.bin/eslint test.js --env mocha",
"lint-style": "node_modules/.bin/jscs index.js test.js --reporter=inline",

@@ -40,0 +40,0 @@ "coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.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