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

@docusaurus/utils-common

Package Overview
Dependencies
Maintainers
6
Versions
1451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docusaurus/utils-common - npm Package Compare versions

Comparing version 2.0.0-beta.b54ec7238 to 2.0.0-beta.ba6545057

lib/uniq.d.ts

1

lib/index.d.ts

@@ -8,1 +8,2 @@ /**

export { default as applyTrailingSlash } from './applyTrailingSlash';
export { default as uniq } from './uniq';

4

lib/index.js

@@ -12,4 +12,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.applyTrailingSlash = void 0;
exports.uniq = exports.applyTrailingSlash = void 0;
var applyTrailingSlash_1 = require("./applyTrailingSlash");
Object.defineProperty(exports, "applyTrailingSlash", { enumerable: true, get: function () { return __importDefault(applyTrailingSlash_1).default; } });
var uniq_1 = require("./uniq");
Object.defineProperty(exports, "uniq", { enumerable: true, get: function () { return __importDefault(uniq_1).default; } });
{
"name": "@docusaurus/utils-common",
"version": "2.0.0-beta.b54ec7238",
"version": "2.0.0-beta.ba6545057",
"description": "Common (Node/Browser) utility functions for Docusaurus packages.",

@@ -21,3 +21,3 @@ "main": "./lib/index.js",

"dependencies": {
"@docusaurus/types": "2.0.0-beta.b54ec7238",
"@docusaurus/types": "2.0.0-beta.ba6545057",
"tslib": "^2.2.0"

@@ -28,3 +28,3 @@ },

},
"gitHead": "c6e8e4791a712d9af474ab03453e50a035dd0757"
"gitHead": "dfafe61b3053465816fc2a1a6bde26b4d3081099"
}

@@ -9,1 +9,2 @@ /**

export {default as applyTrailingSlash} from './applyTrailingSlash';
export {default as uniq} from './uniq';

Sorry, the diff of this file is not supported yet

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