Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kaciras-blog/image

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaciras-blog/image - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/command/build-image-cache.js

4

__tests__/build-image-cache.spec.js

@@ -6,6 +6,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const fs_extra_1 = __importDefault(require("fs-extra"));
const os_1 = __importDefault(require("os"));
const path_1 = __importDefault(require("path"));
const fs_extra_1 = __importDefault(require("fs-extra"));
const build_image_cache_1 = require("../command/build-image-cache");
const build_image_cache_1 = require("../lib/command/build-image-cache");
const ROOT = fs_extra_1.default.mkdtempSync(path_1.default.join(os_1.default.tmpdir(), "test-"));

@@ -12,0 +12,0 @@ const NAME = "742c5c7e26d80750f1c32f0bbcf0caab4e41678d03f5d610c3a1057b274b2268.png";

@@ -0,5 +1,5 @@

import fs from "fs-extra";
import os from "os";
import path from "path";
import fs from "fs-extra";
import { buildCache } from "../command/build-image-cache";
import { buildCache } from "../lib/command/build-image-cache";

@@ -6,0 +6,0 @@ const ROOT = fs.mkdtempSync(path.join(os.tmpdir(), "test-"));

{
"name": "@kaciras-blog/image",
"version": "1.0.0",
"version": "1.0.1",
"description": "Image processing library for Kaciras Blog",

@@ -34,3 +34,3 @@ "license": "MIT",

},
"gitHead": "2de7fd96d340661a969635af1270c623941b8f01"
"gitHead": "0b02fc5b8a0262b550f09cd59fa099447ba8d03b"
}

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