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

@curveball/problem

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@curveball/problem - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

cjs/build

6

changelog.md
Changelog
=========
0.5.0 (2023-02-13)
------------------
* Now has a ESM and CommonJS build.
0.4.0 (2022-09-03)

@@ -5,0 +11,0 @@ ------------------

76

package.json
{
"name": "@curveball/problem",
"version": "0.4.0",
"version": "0.5.0",
"description": "A middleware for converting errors into application/problem+json",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "make build",
"test": "make lint test",
"lint": "make lint",
"tsc": "tsc",
"start": "make start"
"type": "module",
"exports": {
"require": "./cjs/index.js",
"import": "./esm/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/curveball/problem.git"
"main": "cjs/index.js",
"homepage": "https://github.com/curveball/problem#readme",
"bugs": {
"url": "https://github.com/curveball/problem/issues"
},
"files": [
"package.json",
"README.md",
"dist",
"src",
"LICENSE"
],
"keywords": [

@@ -39,10 +30,21 @@ "http",

"license": "MIT",
"bugs": {
"url": "https://github.com/curveball/problem/issues"
"scripts": {
"prepublishOnly": "make build",
"test": "make test",
"lint": "make lint",
"fix": "make fix",
"tsc": "tsc",
"start": "make start"
},
"homepage": "https://github.com/curveball/problem#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/curveball/problem.git"
},
"peerDependencies": {
"@curveball/kernel": ">=0.21.0 <1"
},
"devDependencies": {
"@curveball/kernel": "^0.20.0",
"@curveball/kernel": ">=0.21.0 <1",
"@types/chai": "^4.2.15",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.1",
"@types/node": "^14.18.26",

@@ -54,16 +56,20 @@ "@types/sinon": "^10.0.6",

"eslint": "^8.23.0",
"mocha": "^10.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^14.0.0",
"sinon": "^15.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.5.4"
},
"types": "dist/",
"nyc": {
"extension": [
".ts"
]
},
"files": [
"package.json",
"README.md",
"esm",
"cjs",
"LICENSE",
"src"
],
"mocha": {
"require": "ts-node/register",
"loader": [
"ts-node/esm"
],
"recursive": true,

@@ -76,5 +82,7 @@ "extension": [

},
"peerDependencies": {
"@curveball/kernel": ">=0.20.0 <1"
"nyc": {
"extension": [
".ts"
]
}
}

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