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

parse-japanese-basic

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-japanese-basic - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

8

lib/parse-japanese-basic.js

@@ -13,3 +13,2 @@ /**

*/
var Jaco = require('jaco').Jaco

@@ -109,3 +108,2 @@

*/
var parseJapaneseBasicPrototype = ParseJapaneseBasic.prototype

@@ -220,2 +218,8 @@

parseJapaneseBasicPrototype.useFirst = function () {
throw new Error(
'Illegal Invocation: Unsupported `useFirst` function.'
)
}
/**

@@ -222,0 +226,0 @@ * Expose.

{
"name": "parse-japanese-basic",
"description": "Japanese (natural language) parser basic module",
"version": "0.2.0",
"version": "0.3.0",
"author": "Kenichiro Murata <kenichiro.murata@gmail.com>",

@@ -16,3 +16,3 @@ "bugs": {

"mocha": "^2.3.3",
"power-assert": "^1.0.1",
"power-assert": "^1.1.0",
"standard": "^5.3.1",

@@ -41,3 +41,3 @@ "unist-util-inspect": "^2.0.0"

"standard": "standard",
"test": "mocha --compilers js:espower-babel/guess test/**/*.js"
"test": "npm run standard && mocha --compilers js:espower-babel/guess test/**/*.js"
},

@@ -44,0 +44,0 @@ "standard": {

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