New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 1.0.7 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"
}
}
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