New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@jderjs/core

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jderjs/core - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+5
-5
package.json
{
"name": "@jderjs/core",
"version": "0.1.0",
"version": "0.1.1",
"description": "A standard response builder",

@@ -14,8 +14,8 @@ "keywords": [

],
"homepage": "https://github.com/alpheustangs/jder.js",
"bugs": "https://github.com/alpheustangs/jder.js/issues",
"homepage": "https://github.com/jder-std/core.js",
"bugs": "https://github.com/jder-std/core.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/alpheustangs/jder.js.git",
"directory": "packages/core"
"url": "https://github.com/jder-std/core.js.git",
"directory": "package"
},

@@ -22,0 +22,0 @@ "license": "MIT",

@@ -5,3 +5,3 @@ # JDER Core

This package includes different response builders based on the JSON response structure specified in [JSON Data Error Response (JDER)](https://github.com/alpheustangs/jder). With the builders, various kinds of responses can be created easily instead of sending plain text responses.
This package includes different response builders based on the JSON response structure specified in [JSON Data Error Response (JDER)](https://github.com/jder-std/spec). With the builders, various kinds of responses can be created easily instead of sending plain text responses.

@@ -18,2 +18,6 @@ ## Quick Start

}
// {
// "success": true,
// }
```

@@ -20,0 +24,0 @@