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

react-fast-pdf

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fast-pdf - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

1

dist/helpers.d.ts

@@ -12,3 +12,2 @@ /**

tabIndex: number;
focus: () => void;
};

@@ -15,0 +14,0 @@ /**

@@ -54,4 +54,3 @@ "use strict";

ref.tabIndex = -1;
ref.focus();
};
exports.setListAttributes = setListAttributes;

2

package.json
{
"name": "react-fast-pdf",
"version": "1.0.10",
"version": "1.0.11",
"description": "react-fast-pdf",

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

@@ -44,3 +44,2 @@ /**

tabIndex: number;
focus: () => void;
};

@@ -63,5 +62,4 @@

ref.tabIndex = -1;
ref.focus();
};
export {getBrowser, isMobileSafari, isSafari, setListAttributes};

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