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

remark-smartypants

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-smartypants - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

dist/plugin.d.ts

43

package.json
{
"name": "remark-smartypants",
"description": "remark plugin to implement SmartyPants",
"version": "2.1.0",
"version": "3.0.0",
"license": "MIT",
"files": [
"index.js",
"index.d.ts"
"./dist"
],
"exports": "./index.js",
"types": "./index.d.ts",
"exports": "./dist/plugin.js",
"types": "./dist/plugin.d.ts",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=16.0.0"
},

@@ -40,28 +39,22 @@ "repository": {

"scripts": {
"setup": "npm install && simple-git-hooks",
"test": "vitest run",
"prepublishOnly": "npm test"
"build": "tsc --build",
"prepublishOnly": "npm test && npm run build"
},
"simple-git-hooks": {
"pre-commit": "npx nano-staged",
"pre-push": "npm test"
},
"nano-staged": {
"*.{js,ts,json}": [
"prettier --write"
]
},
"prettier": {},
"dependencies": {
"retext": "^8.1.0",
"retext-smartypants": "^5.2.0",
"retext": "^9.0.0",
"retext-smartypants": "^6.0.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"nano-staged": "^0.8.0",
"prettier": "^3.1.1",
"remark": "^14.0.3",
"simple-git-hooks": "^2.9.0",
"vitest": "^1.1.2"
"@types/unist": "^3.0.2",
"lefthook": "^1.6.10",
"prettier": "^3.2.5",
"remark": "^15.0.1",
"remark-mdx": "^3.0.1",
"typescript": "^5.4.5",
"unist-util-is": "^6.0.0",
"vitest": "^1.5.0"
}
}
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