Socket
Socket
Sign inDemoInstall

typesafe-path

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typesafe-path - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

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

exports = require('path');
export * from 'path';
{
"name": "typesafe-path",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",

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

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

exports = require('path/posix');
export * from 'path/posix';

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

exports = require('path/win32');
export * from 'path/win32';
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