Socket
Socket
Sign inDemoInstall

@novel-segment/stringify

Package Overview
Dependencies
8
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.7

31

CHANGELOG.md

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

## [1.0.7](https://github.com/bluelovers/ws-segment/compare/@novel-segment/stringify@1.0.5...@novel-segment/stringify@1.0.7) (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.6](https://github.com/bluelovers/ws-segment/compare/@novel-segment/stringify@1.0.5...@novel-segment/stringify@1.0.6) (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.5](https://github.com/bluelovers/ws-segment/compare/@novel-segment/stringify@1.0.4...@novel-segment/stringify@1.0.5) (2022-07-30)

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

2

dist/index.d.ts
import { IWord } from '@novel-segment/types';
import { ITSArrayListMaybeReadonly } from 'ts-type/lib/type/base';
export declare type IStringifyWordInput = ITSArrayListMaybeReadonly<IWord | string>;
export type IStringifyWordInput = ITSArrayListMaybeReadonly<IWord | string>;
export declare function stringifyList(words: IStringifyWordInput, ...argv: any[]): string[];

@@ -5,0 +5,0 @@ /**

{
"name": "@novel-segment/stringify",
"version": "1.0.5",
"version": "1.0.7",
"description": "",

@@ -63,3 +63,4 @@ "keywords": [

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

@@ -91,3 +92,5 @@ "license": "ISC",

"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",

@@ -121,11 +124,11 @@ "posttest": "yarn run build",

"dependencies": {
"@novel-segment/types": "^1.0.6",
"ts-type": "^2.1.8",
"tslib": "^2"
"@novel-segment/types": "^1.0.8",
"ts-type": "^2.1.10",
"tslib": ">=2"
},
"packageManager": "yarn@^1.22.11",
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@^1.22.11",
"gitHead": "7c2168bd1e5f8111e3c297203e00d5b4a72b6c35"
"gitHead": "4e27479e497b1e564dcd17bf1abc2fb0fbf12397"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc