Socket
Socket
Sign inDemoInstall

typesafe-path

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

2

index.js

@@ -1,1 +0,1 @@

exports = require('path');
module.exports = require('path');
{
"name": "typesafe-path",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -1,1 +0,1 @@

exports = require('path/posix');
module.exports = require('path/posix');

@@ -1,1 +0,1 @@

exports = require('path/win32');
module.exports = require('path/win32');
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc