Socket
Socket
Sign inDemoInstall

retext-smartypants

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retext-smartypants - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

index.js

@@ -514,3 +514,3 @@ 'use strict';

function smartypants(tree) {
tree.visitType(tree.PUNCTUATION_NODE, function (node) {
tree.visit(tree.PUNCTUATION_NODE, function (node) {
var value;

@@ -517,0 +517,0 @@

{
"name": "retext-smartypants",
"version": "0.2.0",
"version": "0.2.1",
"description": "Retext implementation of SmartyPants",

@@ -11,3 +11,3 @@ "license": "MIT",

"dependencies": {
"retext-visit": "^0.1.1"
"retext-visit": "^0.2.0"
},

@@ -22,16 +22,16 @@ "repository": {

"istanbul": "^0.3.0",
"jscs": "^1.6.0",
"jscs": "^1.7.0",
"mocha": "^1.21.0",
"retext": "^0.2.0-rc.2"
"retext": "^0.2.0"
},
"scripts": {
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports spec/retext-smartypants.spec.js",
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/retext-smartypants.spec.js",
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports test.js",
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js",
"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-style",
"lint-api": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single]'",
"lint-test": "node_modules/.bin/eslint spec/retext-smartypants.spec.js --env node --env mocha --rule 'quotes: [2, single]'",
"lint-style": "node_modules/.bin/jscs index.js spec/retext-smartypants.spec.js --reporter=inline",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec/retext-smartypants.spec.js",
"lint-test": "node_modules/.bin/eslint test.js --env node --env mocha --rule 'quotes: [2, single]'",
"lint-style": "node_modules/.bin/jscs index.js test.js --reporter=inline",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js",
"make": "npm run-script lint && npm run-script coverage"
}
}
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