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

marked-mangle

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marked-mangle - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

lib/index.umd.js

@@ -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

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