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

@tsed/normalize-path

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/normalize-path - npm Package Compare versions

Comparing version 7.10.0-rc.1 to 7.10.0-rc.2

1

lib/cjs/index.js

@@ -7,4 +7,3 @@ "use strict";

const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./normalizePath.spec"), exports);
tslib_1.__exportStar(require("./normalizePath"), exports);
//# sourceMappingURL=index.js.map
/**
* @file Automatically generated by barrelsby.
*/
export * from "./normalizePath.spec.js";
export * from "./normalizePath.js";
//# sourceMappingURL=index.js.map
/**
* @file Automatically generated by barrelsby.
*/
export * from "./normalizePath.spec";
export * from "./normalizePath";

4

package.json
{
"name": "@tsed/normalize-path",
"version": "7.10.0-rc.1",
"version": "7.10.0-rc.2",
"description": "Utils to normalize path",

@@ -18,3 +18,3 @@ "private": false,

"build": "yarn barrels && yarn run build:esm && yarn run build:cjs",
"barrels": "yarn barrelsby --delete -d src -e \\\"\\\\.spec\\\\.ts\\\"",
"barrels": "yarn barrelsby --delete -d src -e \"\\.spec\\.ts\"",
"build:cjs": "tsc --build tsconfig.compile.json",

@@ -21,0 +21,0 @@ "build:esm": "tsc --build tsconfig.compile.esm.json",

Sorry, the diff of this file is not supported yet

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