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

@ckirby/mr-lister

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckirby/mr-lister - npm Package Compare versions

Comparing version 2.8.0 to 3.0.0-beta.1

dist/find-list.d.ts

55

package.json
{
"name": "@ckirby/mr-lister",
"version": "2.8.0",
"version": "3.0.0-beta.1",
"description": "format lists of numbers, letters, or arbitrary items",
"main": "./dist/cjs/index.js",
"engines": {
"node": ">=12.0.0"
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
},
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
"imports": {
"#src/*": "./dist/*"
},
"typesVersions": {
"*": {
"index.d.ts": [
"dist/index.d.ts"
],
"*": [
"dist/*"
]
}
},
"types": "./types/index.d.ts",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"compile": "yarn compile:cjs && yarn compile:esm",
"compile:cjs": "tsc -p tsconfig.json",
"compile:esm": "tsc -p tsconfig-esm.json",
"compile": "tsc -p tsconfig.json",
"prepublishOnly": "yarn compile",
"watch": "yarn tsc-watch",
"test": "tape \"tests/*-test.js\" | tap-diff"
"test": "yarn lint && yarn test:tape",
"test:ci": "yarn compile && yarn lint && yarn test:tape",
"test:tape": "tape `find tests -name '*-test.mjs'`",
"lint": "eslint src/*.ts tests/*.mjs"
},
"files": [
"dist"
],
"repository": {

@@ -33,3 +48,7 @@ "type": "git",

],
"dependencies": {
"@ckirby/block-re": "3.0.0-beta.3"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.4",

@@ -44,16 +63,8 @@ "@typescript-eslint/parser": "^4.28.4",

"tap-diff": "^0.1.1",
"tape": "^4.6.2",
"tape-catch": "^1.0.6",
"tape": "^5.3.1",
"tom-jumbo-grumbo": "git+ssh://git@github.com/PatentNavigation/tom-jumbo-grumbo.git#v1.0.3",
"typescript": "^4.3.5"
},
"files": [
"dist",
"types"
],
"author": "Chad Kirby",
"license": "BSD-2-Clause",
"dependencies": {
"@ckirby/block-re": "^2.0.0"
},
"bugs": {

@@ -60,0 +71,0 @@ "url": "https://github.com/chadkirby/mr-lister/issues"

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