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

@zsviczian/excalidraw

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zsviczian/excalidraw - npm Package Compare versions

Comparing version 0.9.0-obsidian-image-support-4 to 0.9.0-obsidian-image-support-5

dist/excalidraw-assets-dev/image-65e6a712958ab4666bf5.js

2

package.json
{
"name": "@zsviczian/excalidraw",
"version": "0.9.0-obsidian-image-support-4",
"version": "0.9.0-obsidian-image-support-5",
"main": "main.js",

@@ -5,0 +5,0 @@ "types": "types/packages/excalidraw/index.d.ts",

@@ -34,6 +34,7 @@ import autoprefixer = require("autoprefixer");

})[];
type?: undefined;
} | {
test: RegExp;
exclude: RegExp;
use: {
use: ({
loader: string;

@@ -43,14 +44,20 @@ options: {

configFile: string;
presets?: undefined;
plugins?: undefined;
};
}[];
} | {
test: RegExp;
use: {
} | {
loader: string;
options: {
name: string;
outputPath: string;
presets: string[];
plugins: string[];
transpileOnly?: undefined;
configFile?: undefined;
};
}[];
})[];
type?: undefined;
} | {
test: RegExp;
type: string;
exclude?: undefined;
use?: undefined;
})[];

@@ -57,0 +64,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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