New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@duetds/marked

Package Overview
Dependencies
Maintainers
4
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duetds/marked - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

23

package.json
{
"name": "@duetds/marked",
"version": "1.1.2",
"version": "1.2.0",
"description": "This package includes Duet Markdown utilities and related tools.",

@@ -16,5 +16,5 @@ "license": "SEE LICENSE IN LICENSE.md",

"scripts": {
"precommit": "npm run test",
"build": "mkdir -p lib && tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"precommit": "npm run test",
"test": "npm run lint && npm run build && jest",

@@ -38,4 +38,3 @@ "test:ci": "npm run lint && npm run build && jest -ci --silent --reporters=default --reporters=jest-junit"

"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],

@@ -73,14 +72,14 @@ "rules": {

"devDependencies": {
"@types/marked": "1.2.1",
"@typescript-eslint/parser": "4.9.1",
"eslint": "7.15.0",
"@types/marked": "3.0.1",
"@typescript-eslint/parser": "5.0.0",
"eslint": "8.0.0",
"jest": "26.6.3",
"jest-junit": "12.2.0",
"jest-serializer-html": "7.0.0",
"jest-serializer-html": "7.1.0",
"marked": "1.2.7",
"prettier": "2.2.1",
"typescript": "4.1.2"
"prettier": "2.4.1",
"typescript": "4.4.4"
},
"peerDependencies": {
"marked": "1.2.5"
"marked": "3.0.7"
},

@@ -90,3 +89,3 @@ "publishConfig": {

},
"gitHead": "e55623a8aa0c7650b9d4a2d34ee5c09eccac3f8f"
"gitHead": "213a82a451886b272330050ef1e4b86d83aa226e"
}
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