Socket
Socket
Sign inDemoInstall

center-center

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

center-center - npm Package Compare versions

Comparing version 0.0.7 to 0.0.9

index.d.mts

21

package.json
{
"name": "center-center",
"version": "0.0.7",
"version": "0.0.9",
"description": "Position an element at the center center of a container",
"main": "./index.mjs",
"type": "module",
"types": "./index.d.mts",
"author": {

@@ -18,6 +19,11 @@ "name": "Jonathan Perry for Sequence Media Limited",

"scripts": {
"lint": "cross-env NODE_ENV=production eslint . --ext .mjs,.cjs",
"lint:fix": "npm run lint -- --fix",
"lint": "run-s lint:mjs lint:mts",
"lint:mjs": "cross-env NODE_ENV=production eslint . --ext .mjs,.cjs",
"lint:mts": "cross-env NODE_ENV=production eslint . --ext .mts,.cts",
"lint:fix": "run-s lint:mjs:fix lint:mts:fix",
"lint:mjs:fix": "npm run lint:mjs -- --fix",
"lint:mts:fix": "npm run lint:mts -- --fix",
"test": "cross-env NODE_ENV=test mocha test --recursive",
"prepare": "husky install"
"prepare": "husky install",
"types": "tsc"
},

@@ -33,2 +39,4 @@ "dependencies": {

"@sequencemedia/hooks": "^1.0.475",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"chai": "^5.0.3",

@@ -39,4 +47,7 @@ "core-js": "^3.35.1",

"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"husky": "^9.0.6",
"mocha": "^10.2.0"
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3"
},

@@ -43,0 +54,0 @@ "imports": {

Sorry, the diff of this file is not supported yet

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