New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@secretlint/source-creator

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/source-creator - npm Package Compare versions

Comparing version 6.2.3 to 6.2.4

1

lib/index.js

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

const path_1 = __importDefault(require("path"));
// @ts-expect-error invalid type?
const istextorbinary_1 = require("istextorbinary");

@@ -12,0 +13,0 @@ const readFile = util_1.default.promisify(fs_1.default.readFile);

9

package.json
{
"name": "@secretlint/source-creator",
"version": "6.2.3",
"version": "6.2.4",
"description": "Create SecretLintRawSource from content.",

@@ -45,9 +45,8 @@ "keywords": [

"dependencies": {
"@secretlint/types": "^6.2.3",
"@secretlint/types": "^6.2.4",
"istextorbinary": "^6.0.0"
},
"devDependencies": {
"@types/istextorbinary": "2.3.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.16.18",
"mocha": "^10.2.0",

@@ -66,3 +65,3 @@ "prettier": "^2.8.1",

},
"gitHead": "33526d2cc14778bd0e3df752c0ea91214daec5e5"
"gitHead": "0b3c044ebe7db12d9e1e1dea53369ba050483a4b"
}

@@ -6,2 +6,3 @@ import fs from "fs";

// @ts-expect-error invalid type?
import { isBinary, isText } from "istextorbinary";

@@ -8,0 +9,0 @@

Sorry, the diff of this file is not supported yet

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