@duetds/marked
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7707
9
1