🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

punc

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

punc - npm Package Compare versions

Comparing version

to
1.0.8

tests/index.spec.js

3

index.js

@@ -6,6 +6,7 @@ 'use strict'

const ReadFile = require('fs').createReadStream
const ForEach = [].forEach
const ForEach = [].forEach
/* MODULE */
function Punc(filePath, options){
if (!filePath) throw new Error('Punc: file path not given.')
if (!options) {

@@ -12,0 +13,0 @@ options = { encoding: 'utf8' }

{
"name": "punc",
"version": "1.0.7",
"version": "1.0.8",
"description": "Ever wonder what your favorite books look like without words?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node_modules/.bin/tape 'tests/**/*.js'"
},
"keywords": [ "punc"
, "punctuation"
, "digital humanities"
],
"keywords": [
"punc",
"punctuation",
"digital humanities"
],
"repository": {

@@ -24,3 +25,7 @@ "type": "git",

"through2": "^2.0.1"
},
"devDependencies": {
"mock-fs": "^3.7.0",
"tape": "^4.4.0"
}
}