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

nfclibrary

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfclibrary - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

index.js

@@ -1,3 +0,9 @@

const fetch = require('node-fetch');
let fetch;
try {
fetch = require('node-fetch');
} catch (error) {
throw new Error('The "node-fetch" module is required but not installed. Please run "npm install node-fetch" to install it.');
}
const fileNames = [

@@ -4,0 +10,0 @@ 'boost.svg',

2

package.json
{
"name": "nfclibrary",
"version": "1.0.2",
"version": "1.0.3",
"description": "A node module to query any icon from the Naflouille Creations projects. ",

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

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