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

cedict-tools

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cedict-tools - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

dist/CedictTools.js
"use strict";
var segmenting_trie_1 = require("segmenting-trie");
var fs = require("fs");
var path = require("path");
var _ = require("lodash");

@@ -17,3 +18,3 @@ var CedictTools;

}
var cedictRecords = fs.readFileSync('./cedict_ts.u8', 'utf8')
var cedictRecords = fs.readFileSync(path.join(__dirname, '../cedict_ts.u8'), 'utf8')
.split('\r\n')

@@ -20,0 +21,0 @@ .filter(function (line) { return line[0] !== '#' && line.length > 0; })

{
"name": "cedict-tools",
"version": "2.0.0",
"version": "2.0.1",
"author": {

@@ -5,0 +5,0 @@ "name": "Jan Soendermann",

Sorry, the diff of this file is not supported yet

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