Socket
Socket
Sign inDemoInstall

isbinaryfile

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isbinaryfile - npm Package Compare versions

Comparing version 4.0.6 to 4.0.8

1

lib/index.js

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.isBinaryFileSync = exports.isBinaryFile = void 0;
const fs = require("fs");

@@ -14,0 +15,0 @@ const util_1 = require("util");

12

package.json
{
"name": "isbinaryfile",
"description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
"version": "4.0.6",
"version": "4.0.8",
"keywords": [

@@ -23,10 +23,10 @@ "text",

"@types/jest": "^23.3.14",
"@types/node": "^10.17.17",
"jest": "^25.1.0",
"@types/node": "^10.17.59",
"jest": "^25.5.4",
"prettier": "^1.19.1",
"release-it": "^12.6.3",
"ts-jest": "^23.10.5",
"release-it": "^14.6.1",
"ts-jest": "^26.5.5",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
"typescript": "^3.9.9"
},

@@ -33,0 +33,0 @@ "engines": {

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