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.0.7 to 0.0.8

spec/browser.spec.js

4

component.json

@@ -5,3 +5,3 @@ {

"description": "Retext implementation of SmartyPants",
"version": "0.0.7",
"version": "0.0.8",
"keywords": [

@@ -12,3 +12,3 @@ "retext",

"dependencies": {
"wooorm/retext-visit": "~0.0.4"
"wooorm/retext-visit": "~0.0.5"
},

@@ -15,0 +15,0 @@ "scripts" : [

{
"name": "retext-smartypants",
"version": "0.0.7",
"version": "0.0.8",
"description": "Retext implementation of SmartyPants",

@@ -12,11 +12,12 @@ "keywords": [

"devDependencies": {
"browserify": "^4.1.11",
"complexity-report": "~1.0.3",
"eslint": "^0.6.2",
"istanbul": "~0.2.11",
"jscs": "^1.5.1",
"eslint": "^0.6.2",
"jscs": "^1.5.3",
"mocha": "~1.20.1",
"retext": "~0.0.11"
"retext": "~0.0.12"
},
"dependencies": {
"retext-visit": "~0.0.4"
"retext-visit": "~0.0.5"
},

@@ -30,6 +31,11 @@ "repository": {

"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/retext-smartypants.spec.js",
"lint": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single]' && node_modules/.bin/eslint spec/retext-smartypants.spec.js --env node --env mocha --rule 'quotes: [2, single]' && node_modules/.bin/jscs index.js spec/retext-smartypants.spec.js --reporter=inline",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec spec/retext-smartypants.spec.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",
"prepublish": "npm run-script build-browser",
"build-browser": "node_modules/.bin/browserify spec/retext-smartypants.spec.js -o spec/browser.spec.js",
"complexity": "node_modules/.bin/cr -l --maxcyc 20 --format minimal --silent index.js",
"make": "npm run-script lint && npm run-script complexity && npm run-script coverage"
"make": "npm run-script build-browser && npm run-script lint && npm run-script complexity && npm run-script coverage"
},

@@ -36,0 +42,0 @@ "testling": {

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