Socket
Socket
Sign inDemoInstall

@column-resizer/core

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

dist/index.d.ts

25

package.json
{
"name": "@column-resizer/core",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"repository": "github:Runjuu/column-resizer",
"bugs": "https://github.com/Runjuu/column-resizer/issues",
"homepage": "https://github.com/Runjuu/column-resizer#readme",
"homepage": "https://column-resizer.vercel.app/core",
"author": "Runjuu",

@@ -21,16 +21,23 @@ "keywords": [

],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"package.json"
"package.json",
"README.md"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "npm run clean && run-p build:cjs build:esm",
"build:cjs": "tsc -p tsconfig.json -m CommonJS --outDir dist/cjs",
"build:esm": "tsc -p tsconfig.json -m ESNext --outDir dist/esm",
"build": "npm run clean && tsup",
"clean": "rm -rf ./dist"
}
}
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