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

nicholas-wp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nicholas-wp - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.idea/app.iml

8

app/middlewares/setup/setPreloadWorker.js

@@ -17,3 +17,2 @@ import { Url } from 'nicholas-router'

if ( url.href === undefined ) {
console.debug( 'url does not have an href, skipping' )
return acc

@@ -26,3 +25,2 @@ }

if ( !url.isLocal() ) {
console.debug( 'url is not local, skipping' )
return acc

@@ -33,3 +31,2 @@ }

if ( url.pathname.includes( 'wp-admin' ) || url.pathname.includes( 'wp-login' ) ) {
console.debug( 'url is admin, skipping' )
return acc

@@ -40,3 +37,2 @@ }

if ( url.getCache() ) {
console.debug( 'url is already cached, skipping' )
return acc

@@ -47,4 +43,2 @@ }

if ( acc.find( accUrl => accUrl.matchesUrl( url ) ) ) {
console.log( acc, url )
console.debug( 'url duplicate, skipping' )
return acc

@@ -57,4 +51,2 @@ }

}, [] )
console.log( queue )
}

@@ -61,0 +53,0 @@

2

package.json
{
"name": "nicholas-wp",
"version": "1.0.4",
"version": "1.0.5",
"description": "WordPress support for Nicholas nearly headless theme framework",

@@ -5,0 +5,0 @@ "main": "fetch.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