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

@h6s/table

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h6s/table - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5-alpha.1

src/index.ts

29

package.json
{
"name": "@h6s/table",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.mjs",
"version": "1.0.5-alpha.1",
"sideEffects": false,
"main": "src/index.ts",
"files": [

@@ -11,5 +10,23 @@ "dist",

],
"sideEffects": false,
"exports": {
".": {
"require": "./src/index.ts",
"import": "./src/index.ts"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./esm/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"import": "esm/index.mjs",
"module": "esm/index.mjs"
},

@@ -16,0 +33,0 @@ "scripts": {

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