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

duh-core

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duh-core - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

31

package.json
{
"name": "duh-core",
"version": "0.15.0",
"version": "0.16.0",
"description": "DUH core",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"scripts": {
"test": "eslint lib && mocha test && nyc -r=text -r=lcov mocha test"
"test": "eslint lib test && nyc -r=text -r=lcov mocha"
},

@@ -28,10 +28,20 @@ "repository": {

"@drom/eslint-config": "^0.10.0",
"chai": "^4.3.4",
"chai": "^4.3.6",
"coveralls": "^3.1.0",
"chai-as-promised": "^7.1.1",
"eslint": "^8.4.1",
"mocha": "^9.1.3",
"eslint": "^8.26.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
},
"dependencies": {
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"duh-schema": "^0.11.0",
"immutability-helper": "^3.1.1",
"json-refs": "^3.0.15",
"json5": "^2.2.1",
"lodash.get": "^4.4.2"
},
"engines": {
"node": ">=8"
"node": ">=12"
},

@@ -46,12 +56,3 @@ "eslintConfig": {

}
},
"dependencies": {
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"duh-schema": "^0.10.2",
"immutability-helper": "^3.1.1",
"json-refs": "^3.0.15",
"json5": "^2.2.0",
"lodash.get": "^4.4.2"
}
}
[![NPM version](https://img.shields.io/npm/v/duh-core.svg)](https://www.npmjs.org/package/duh-core)
[![Actions Status](https://github.com/sifive/duh-core/workflows/Tests/badge.svg)](https://github.com/sifive/duh-core/actions)
[![Coverage Status](https://coveralls.io/repos/github/sifive/duh-core/badge.svg?branch=master)](https://coveralls.io/github/sifive/duh-core?branch=master)

@@ -4,0 +5,0 @@ DUH core library

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