Socket
Socket
Sign inDemoInstall

@multivisio/nswow

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@multivisio/nswow - npm Package Compare versions

Comparing version 0.1.67 to 0.1.68

2

dev/nswow/ArticleAutoloader.ts
import ArticleLoader from './ArticleLoader'
import { camelCase } from 'cheerio/lib/utils'
import { camelCase } from 'cheerio/utils'

@@ -4,0 +4,0 @@ type AutoloadList = string | string[];

@@ -25,3 +25,3 @@ {

"devDependencies": {
"@multivisio/nswow": "^0.1.67",
"@multivisio/nswow": "^0.1.68",
"@rushstack/eslint-patch": "^1.3.3",

@@ -28,0 +28,0 @@ "@tsconfig/node20": "^20.1.2",

{
"name": "@multivisio/nswow",
"version": "0.1.67",
"version": "0.1.68",
"description": "Manage nswow templates, build and publish",

@@ -12,3 +12,3 @@ "bin": {

"archiver": "^7.0.1",
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"colors": "^1.4.0",

@@ -19,3 +19,3 @@ "commander": "^11.1.0",

"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"glob": "^10.4.5",
"globby": "^13.2.2",

@@ -25,4 +25,4 @@ "html-minifier": "^4.0.0",

"modern-css-reset": "^1.4.0",
"vite": "^5.2.6",
"winston": "^3.13.0",
"vite": "^5.4.6",
"winston": "^3.14.2",
"write-json": "^3.0.1"

@@ -41,4 +41,4 @@ },

"npm-api": "^1.0.1",
"typescript": "^5.4.3"
"typescript": "^5.6.2"
}
}

@@ -9,3 +9,3 @@ import { resolve } from 'node:path';

import { readPackageJson, writePackageJson, readLivingDocsJson, writeLivingDocsJson } from "./utils.js";
import { camelCase } from 'cheerio/lib/utils';
import { camelCase } from 'cheerio/utils';

@@ -12,0 +12,0 @@ const CWD = process.cwd();

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