Socket
Socket
Sign inDemoInstall

@novel-segment/dict-loader-core

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/dict-loader-core - 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/dict-loader-core@1.0.16...@novel-segment/dict-loader-core@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/dict-loader-core@1.0.16...@novel-segment/dict-loader-core@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/dict-loader-core@1.0.15...@novel-segment/dict-loader-core@1.0.16) (2022-05-21)

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

2

index.d.ts

@@ -7,3 +7,3 @@ /**

import createLoadStream, { ICallback } from '@novel-segment/stream-loader-core/stream';
export declare type IOptions<T, R> = {
export type IOptions<T, R> = {
parseLine?(input: string, oldFn?: (input: string) => R): R;

@@ -10,0 +10,0 @@ mapper?(line: any): any;

{
"name": "@novel-segment/dict-loader-core",
"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/dict-loader-core#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/dict-loader-core"
},

@@ -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 .",

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

"core-decorators": "^0.20.0",
"crlf-normalize": "^1.0.7",
"tslib": "^2"
"crlf-normalize": "^1.0.12",
"tslib": ">=2"
},

@@ -44,3 +48,3 @@ "publishConfig": {

},
"gitHead": "5d1f66be120c0067c26e145b74137b2ef5ca3e36"
"gitHead": "4e27479e497b1e564dcd17bf1abc2fb0fbf12397"
}

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