marked-mangle
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -30,3 +30,3 @@ (function (global, factory) { | ||
token.tokens[0].text = mangledEmail; | ||
} | ||
}, | ||
}; | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "marked-mangle", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "marked mangle extension", | ||
@@ -29,3 +29,3 @@ "main": "./lib/index.cjs", | ||
"test:types": "tsd -f spec/index.test-d.ts -t src/index.d.ts", | ||
"lint": "eslint .", | ||
"lint": "eslint", | ||
"build": "rollup -c rollup.config.js" | ||
@@ -44,25 +44,23 @@ }, | ||
"peerDependencies": { | ||
"marked": ">=4 <14" | ||
"marked": ">=4 <15" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.3", | ||
"@markedjs/eslint-config": "^1.0.1", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^13.0.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^10.0.6", | ||
"@semantic-release/github": "^10.1.3", | ||
"@semantic-release/npm": "^12.0.1", | ||
"@semantic-release/release-notes-generator": "^14.0.0", | ||
"@semantic-release/release-notes-generator": "^14.0.1", | ||
"babel-jest": "^29.7.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-promise": "^6.2.0", | ||
"eslint": "^9.8.0", | ||
"globals": "^15.9.0", | ||
"jest-cli": "^29.7.0", | ||
"marked": "^13.0.0", | ||
"rollup": "^4.18.0", | ||
"marked": "^14.0.0", | ||
"rollup": "^4.20.0", | ||
"semantic-release": "^24.0.0", | ||
"tsd": "^0.31.0" | ||
"tsd": "^0.31.1" | ||
} | ||
} |
@@ -0,1 +1,2 @@ | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars, no-unused-vars | ||
import type { marked } from 'marked'; | ||
@@ -2,0 +3,0 @@ import type { MarkedExtension } from 'marked'; |
@@ -24,3 +24,3 @@ export function mangle() { | ||
token.tokens[0].text = mangledEmail; | ||
} | ||
}, | ||
}; | ||
@@ -27,0 +27,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17
123
7208