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

@tsed/normalize-path

Package Overview
Dependencies
Maintainers
1
Versions
284
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.18.3-rc.1 to 7.18.3

.eslintignore

9

jest.config.js

@@ -5,6 +5,11 @@ // For a detailed explanation regarding each configuration property, visit:

module.exports = {
...require("@tsed/jest-config")(__dirname, "core"),
...require("@tsed/jest-config"),
coverageThreshold: {
global: require("./coverage.json")
global: {
statements: 100,
branches: 100,
functions: 100,
lines: 100
}
}
};
{
"name": "@tsed/normalize-path",
"version": "7.18.3-rc.1",
"version": "7.18.3",
"description": "Utils to normalize path",

@@ -17,14 +17,18 @@ "private": false,

"scripts": {
"build": "yarn barrels && yarn run build:esm && yarn run build:cjs",
"build": "yarn barrels && yarn build:ts",
"barrels": "yarn barrelsby --delete -d src -e \"\\.spec\\.ts\"",
"build:cjs": "tsc --build tsconfig.compile.json",
"build:esm": "tsc --build tsconfig.compile.esm.json",
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2"
"test": "cross-env NODE_ENV=test yarn jest --max-workers=2 && jest-coverage-thresholds-bumper",
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json",
"lint": "eslint '**/*.{ts,js}'",
"lint:fix": "eslint '**/*.{ts,js}' --fix"
},
"dependencies": {
"normalize-path": "3.0.0",
"tslib": "2.4.0"
"tslib": "2.5.0"
},
"devDependencies": {
"@types/normalize-path": "^3.0.0"
"@tsed/eslint": "7.18.3",
"@tsed/typescript": "7.18.3",
"@types/normalize-path": "^3.0.0",
"eslint": "^8.12.0"
},

@@ -38,6 +42,3 @@ "peerDependencies": {},

"author": "Romain Lenzotti",
"license": "MIT",
"publishConfig": {
"tag": "rc"
}
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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