New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cepheus

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cepheus - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/browser/index.js

79

package.json
{
"name": "cepheus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "1.1.0",
"author": {
"name": "escapace",
"email": "opensource@escapace.com"
},
"bugs": "https://github.com/escapace/cepheus/issues",
"devDependencies": {
"@ls-lint/ls-lint": "2.2.3",
"@types/node": "22.9.0",
"@vitest/coverage-v8": "2.1.5",
"eslint": "9.14.0",
"eslint-config-escapace": "5.2.3",
"esroll": "0.3.0",
"jsdom": "25.0.1",
"prettier": "3.3.3",
"prettier-config-escapace": "1.2.1",
"syncpack": "13.0.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vitest": "2.1.5"
},
"engines": {
"node": ">=20.15.0",
"pnpm": ">=9.11.0"
},
"exports": {
".": {
"node": {
"import": {
"types": "./lib/types/index.d.ts",
"default": "./lib/node/index.js"
}
},
"browser": {
"import": {
"types": "./lib/types/index.d.ts",
"default": "./lib/browser/index.js"
}
},
"default": {
"import": {
"types": "./lib/types/index.d.ts",
"default": "./lib/node/index.js"
}
}
}
},
"files": [
"lib/browser",
"lib/node",
"lib/types"
],
"homepage": "https://github.com/escapace/cepheus/tree/trunk/packages/cepheus#readme",
"license": "MPL-2.0",
"private": false,
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": "escapace/cepheus",
"sideEffects": false,
"type": "module",
"types": "./lib/types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
"build": "tsx scripts/build.ts",
"format": "syncpack format --source package.json && eslint --no-warn-ignored --fix && prettier -uw .",
"lint": "ls-lint --config .ls-lint.yaml && eslint",
"ls-lint": "ls-lint --config .ls-lint.yaml",
"test": "vitest --no-watch --coverage",
"typecheck": "tsc --noEmit"
}
}
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