New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.16 to 1.0.18

31

CHANGELOG.md

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

## [1.0.18](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.16...@novel-segment/loader-stopword@1.0.18) (2022-09-13)
### 📌 Dependencies
* update deps ([87dfb1e](https://github.com/bluelovers/ws-segment/commit/87dfb1e8c4e0ef55b975639bc94e113442cb1af7))
### 🔖 Miscellaneous
* . ([6608765](https://github.com/bluelovers/ws-segment/commit/66087652b3679f0833cc54051ba4889f8f909383))
* . ([804af3b](https://github.com/bluelovers/ws-segment/commit/804af3bcd7dbcef46217447be8e9c06ab70674ea))
## [1.0.17](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.16...@novel-segment/loader-stopword@1.0.17) (2022-09-12)
### 📌 Dependencies
* update deps ([87dfb1e](https://github.com/bluelovers/ws-segment/commit/87dfb1e8c4e0ef55b975639bc94e113442cb1af7))
### 🔖 Miscellaneous
* . ([804af3b](https://github.com/bluelovers/ws-segment/commit/804af3bcd7dbcef46217447be8e9c06ab70674ea))
## [1.0.16](https://github.com/bluelovers/ws-segment/compare/@novel-segment/loader-stopword@1.0.15...@novel-segment/loader-stopword@1.0.16) (2022-05-21)

@@ -8,0 +39,0 @@

4

index.d.ts

@@ -8,4 +8,4 @@ /**

import { LoaderClass } from '@novel-segment/dict-loader-core';
export declare type IDictRow = string;
export declare type IDict = IDictRow[];
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>;

@@ -12,0 +12,0 @@ export declare const loadSync: (file: string, options?: import("@novel-segment/dict-loader-core").IOptions<IDict, string>) => IDict;

{
"name": "@novel-segment/loader-stopword",
"version": "1.0.16",
"version": "1.0.18",
"description": "",

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

"type": "git",
"url": "git+https://github.com/bluelovers/ws-segment.git"
"url": "git+https://github.com/bluelovers/ws-segment.git",
"directory": "packages/@novel-segment/loader-stopword"
},

@@ -20,7 +21,10 @@ "license": "ISC",

"lint": "npx eslint **/*.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\"",
"test:jest": "jest --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"npm:publish": "npm publish",
"npm:publish:lerna": "lerna publish --yes",
"preversion": "yarn run test",
"prepublish:lockfile": "npx sync-lockfile .",

@@ -35,4 +39,4 @@ "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",

"dependencies": {
"@novel-segment/dict-loader-core": "^1.0.16",
"tslib": "^2"
"@novel-segment/dict-loader-core": "^1.0.18",
"tslib": ">=2"
},

@@ -42,3 +46,3 @@ "publishConfig": {

},
"gitHead": "5d1f66be120c0067c26e145b74137b2ef5ca3e36"
"gitHead": "4e27479e497b1e564dcd17bf1abc2fb0fbf12397"
}
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