Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-parser - npm Package Compare versions

Comparing version 15.0.0-3 to 15.0.0-4

dist/commonjs/brace-patterns.d.ts

28

package.json
{
"name": "tap-parser",
"version": "15.0.0-3",
"version": "15.0.0-4",
"description": "parse the test anything protocol",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.js"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
"./package.json": {
"import": "./package.json",
"require": "./package.json"
}

@@ -27,3 +24,3 @@ },

"events-to-array": "^2.0.3",
"tap-yaml": "2.1.1-2"
"tap-yaml": "2.1.1-3"
},

@@ -33,3 +30,3 @@ "scripts": {

"test": "tap",
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh",
"prepare": "tshy",
"pretest": "npm run prepare",

@@ -54,3 +51,4 @@ "presnap": "npm run prepare",

],
"coverage-map": "map.js"
"coverage-map": "map.js",
"typecheck": false
},

@@ -63,3 +61,9 @@ "engines": {

"url": "git+https://github.com/tapjs/tapjs.git"
},
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
}
}

@@ -16,3 +16,3 @@ # tap-parser

// or this way:
// import { Parser } from 'https://unpkg.com/tap-parser@latest/dist/mjs/index.js'
// import { Parser } from 'https://unpkg.com/tap-parser@latest/dist/esm/index.js'
const p = new Parser(results => console.dir(results))

@@ -19,0 +19,0 @@ process.stdin.pipe(p)

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