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 2.0.0 to 2.0.1

CHANGELOG.md

20

package.json
{
"name": "@h6s/table",
"version": "2.0.0",
"version": "2.0.1",
"sideEffects": false,
"main": "src/index.ts",
"main": "dist/index.cjs",
"type": "module",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs",

@@ -62,3 +63,16 @@ "module": "dist/index.js",

}
},
"module": "dist/index.js",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
}
}
}
src/index.ts
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