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

@novel-segment/loader-stopword

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novel-segment/loader-stopword - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

## [1.0.31](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.30...@novel-segment/loader-stopword@1.0.31) (2024-05-03)
### 🛠 Build System
* update typescript ([d3518d1](https://github.com/bluelovers/ws-segment/commit/d3518d12f74b1087316052b1d904585883c966c7))
## [1.0.30](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.29...@novel-segment/loader-stopword@1.0.30) (2023-10-06)

@@ -8,0 +18,0 @@

15

index.d.ts

@@ -5,15 +5,14 @@ /**

import Promise = require('bluebird');
import { IStreamLineWithValue } from '@novel-segment/stream-loader-core/line';
import { ICallback } from '@novel-segment/stream-loader-core/stream';
import { LoaderClass } from '@novel-segment/dict-loader-core';
export type IDictRow = string;
export type IDict = IDictRow[];
export declare const load: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => Promise<IDict>;
export declare const loadSync: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => IDict;
export declare const loadStream: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>, callback?: ICallback<IDict>) => IStreamLineWithValue<IDict>;
export declare const loadStreamSync: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>, callback?: ICallback<IDict>) => IStreamLineWithValue<IDict>;
export declare const parseLine: (input: string) => string;
export declare const stringifyLine: (data: string) => string;
declare const libLoader: LoaderClass<IDict, string>;
export declare const load: typeof libLoader.load;
export declare const loadSync: typeof libLoader.loadSync;
export declare const loadStream: typeof libLoader.loadStream;
export declare const loadStreamSync: typeof libLoader.loadStreamSync;
export declare const parseLine: typeof libLoader.parseLine;
export declare const stringifyLine: typeof libLoader.stringifyLine;
export declare const Loader: LoaderClass<IDict, string>;
declare const _default: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => Promise<IDict>;
export default _default;
{
"name": "@novel-segment/loader-stopword",
"version": "1.0.30",
"version": "1.0.31",
"description": "",

@@ -40,3 +40,3 @@ "homepage": "https://github.com/bluelovers/ws-segment/tree/master/packages/@novel-segment/loader-stopword#readme",

"dependencies": {
"@novel-segment/dict-loader-core": "^1.0.30",
"@novel-segment/dict-loader-core": "^1.0.31",
"tslib": ">=2"

@@ -47,3 +47,3 @@ },

},
"gitHead": "e4fccc8da2199c7767cfd0e13e11c1af1adbcbe1"
"gitHead": "8f013ea5ecda34e528d3ac35a97855d0a7060a06"
}
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