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

textom

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textom - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

30

.jscs.json

@@ -66,35 +66,26 @@ {

],
"disallowLeftStickedOperators": [
"?",
"requireSpaceBeforeBinaryOperators": [
"=",
",",
"+",
"-",
"/",
"*",
"=",
"==",
"===",
"!=",
"!==",
">",
">=",
"<",
"<="
"!=="
],
"requireRightStickedOperators": ["!"],
"disallowRightStickedOperators": [
"?",
"requireSpaceAfterBinaryOperators": [
"=",
",",
"+",
"-",
"/",
"*",
":",
"=",
"==",
"===",
"!=",
"!==",
">",
">=",
"<",
"<="
"!=="
],
"requireLeftStickedOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],

@@ -133,2 +124,3 @@ "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],

"disallowTrailingWhitespace": true,
"disallowTrailingComma": true,
"disallowKeywordsOnNewLine": ["else"],

@@ -135,0 +127,0 @@ "requireLineFeedAtFileEnd": true,

@@ -5,3 +5,3 @@ {

"description": "Object model for natural languages",
"version": "0.0.18",
"version": "0.0.19",
"keywords": [

@@ -8,0 +8,0 @@ "natural",

{
"name": "textom",
"version": "0.0.18",
"version": "0.0.19",
"description": "Object model for natural languages",

@@ -17,3 +17,3 @@ "keywords": [

"istanbul": "~0.2.11",
"jscs": "^1.4.5",
"jscs": "^1.5.1",
"mocha": "~1.20.1"

@@ -20,0 +20,0 @@ },

Sorry, the diff of this file is too big to display

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