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.11 to 1.0.12

2

index.js

@@ -42,3 +42,3 @@ let fetch;

function Reader(query) {
const url = `https://www.naflouille-creations.com/public/library/${query}.svg`;
const url = `./icons/${query}.svg`;
return fetch(url)

@@ -45,0 +45,0 @@ .then(response => response.text())

{
"name": "nfclibrary",
"version": "1.0.11",
"version": "1.0.12",
"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