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
186
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.0.5 to 1.0.6

66

package.json
{
"name": "@duetds/marked",
"version": "1.0.5",
"version": "1.0.6",
"description": "This package includes Duet Markdown utilities and related tools.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "LocalTapiola Services Ltd <duetdesignsystem@lahitapiola.fi>",
"license": "SEE LICENSE IN LICENSE.md",
"main": "lib/index.js",

@@ -15,5 +15,2 @@ "types": "lib/index.d.ts",

],
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -24,27 +21,18 @@ "precommit": "npm run test",

"lint": "eslint \"**/*.{js,ts,tsx}\"",
"test": "npm run lint && npm run build && jest"
"test": "npm run lint && npm run build && jest",
"test:ci": "npm run lint && npm run build && jest -ci --silent --reporters=default --reporters=jest-junit"
},
"devDependencies": {
"@types/marked": "^1.2.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"jest": "26.6.3",
"jest-serializer-html": "7.0.0",
"marked": "^1.2.7",
"prettier": "2.2.1",
"typescript": "^4.1.2"
},
"peerDependencies": {
"marked": "^1.2.5"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"accessibility": "off",
"ecmaVersion": 2018,
"ecmaFeatures": {
"jsx": true
}
},
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"extends": [

@@ -55,5 +43,2 @@ "plugin:@typescript-eslint/recommended",

],
"plugins": [
"@typescript-eslint"
],
"rules": {

@@ -70,14 +55,14 @@ "comma-dangle": [

"no-undef": "off",
"no-unused-vars": "off",
"no-var": "off",
"prefer-rest-params": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unused-vars-experimental": "error"
"@typescript-eslint/no-unused-vars-experimental": "error",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-var-requires": "off"
}

@@ -90,3 +75,20 @@ },

},
"gitHead": "3b21c7c74ba24cf4efefcfb5a230c2d69e41c3e7"
"devDependencies": {
"@types/marked": "^1.2.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"jest": "26.6.3",
"jest-junit": "12.2.0",
"jest-serializer-html": "7.0.0",
"marked": "^1.2.7",
"prettier": "2.2.1",
"typescript": "^4.1.2"
},
"peerDependencies": {
"marked": "^1.2.5"
},
"publishConfig": {
"access": "public"
},
"gitHead": "126e4448ba15c72557d748e8c414cb24c8cc42c8"
}
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