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

@notable/dumper

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notable/dumper - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

dist/types.d.ts
/// <reference types="node" />
import type { Stats } from 'fs';
import type { Stats } from 'node:fs';
declare type Constructor<T> = {

@@ -4,0 +4,0 @@ new (): T;

@@ -5,3 +5,3 @@ {

"description": "Library for extracting attachments, notes and metadata out of formats used by popular note-taking apps.",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

/* IMPORT */
import type {Stats} from 'fs';
import type {Stats} from 'node:fs';

@@ -6,0 +6,0 @@ /* HELPERS */

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