Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@twreporter/universal-header

Package Overview
Dependencies
Maintainers
5
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twreporter/universal-header - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2-beta

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # CHANGELOG

### 2.1.2-beta
- Update `categories` in `channelPathnames` from `/?section=categories` to `/#categories`
## Released

@@ -7,0 +11,0 @@

2

lib/constants/channels.js

@@ -20,3 +20,3 @@ "use strict";

exports.channelKeys = channelKeys;
var channelPathnames = (_channelPathnames = {}, _defineProperty(_channelPathnames, channelKeys.reviews, '/categories/reviews'), _defineProperty(_channelPathnames, channelKeys.topics, '/topics'), _defineProperty(_channelPathnames, channelKeys.photography, '/photography'), _defineProperty(_channelPathnames, channelKeys.infographic, '/categories/infographic'), _defineProperty(_channelPathnames, channelKeys.categories, '/?section=categories'), _channelPathnames);
var channelPathnames = (_channelPathnames = {}, _defineProperty(_channelPathnames, channelKeys.reviews, '/categories/reviews'), _defineProperty(_channelPathnames, channelKeys.topics, '/topics'), _defineProperty(_channelPathnames, channelKeys.photography, '/photography'), _defineProperty(_channelPathnames, channelKeys.infographic, '/categories/infographic'), _defineProperty(_channelPathnames, channelKeys.categories, '/#categories'), _channelPathnames);
exports.channelPathnames = channelPathnames;

@@ -23,0 +23,0 @@ var channelLabels = (_channelLabels = {}, _defineProperty(_channelLabels, channelKeys.reviews, '評論'), _defineProperty(_channelLabels, channelKeys.topics, '專題'), _defineProperty(_channelLabels, channelKeys.photography, '攝影'), _defineProperty(_channelLabels, channelKeys.infographic, '多媒體'), _defineProperty(_channelLabels, channelKeys.categories, '議題'), _channelLabels);

{
"name": "@twreporter/universal-header",
"version": "2.1.1",
"version": "2.1.2-beta",
"description": "Universal header of TWReporter sites",

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