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

@cassiopeia/source-dom

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cassiopeia/source-dom - npm Package Compare versions

Comparing version 5.3.7 to 5.3.8

lib/browser/index.js

2

lib/types/index.d.ts

@@ -6,7 +6,7 @@ import type { Cassiopeia } from 'cassiopeia';

export declare const createSourceDOM: (options: Options | undefined, cassiopeia: Cassiopeia) => {
isActive: () => boolean;
start: () => void;
stop: () => void;
isActive: () => boolean;
};
export {};
//# sourceMappingURL=index.d.ts.map
{
"name": "@cassiopeia/source-dom",
"description": "",
"version": "5.3.7",
"author": "escapace <opensource@escapace.com>",
"version": "5.3.8",
"author": {
"name": "escapace",
"email": "opensource@escapace.com"
},
"bugs": "https://github.com/escapace/cassiopeia/issues",
"devDependencies": {
"@types/chai": "4.3.14",
"@types/mocha": "10.0.6",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"chai": "5.1.0",
"eslint": "8.57.0",
"eslint-config-escapace": "3.19.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-editorconfig": "4.0.3",
"eslint-plugin-no-null": "1.0.2",
"lint-staged": "15.2.2",
"mocha": "10.4.0",
"@ls-lint/ls-lint": "2.2.3",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.3.0",
"eslint-config-escapace": "5.1.1",
"esroll": "0.1.1",
"jsdom": "24.0.0",
"prettier": "3.2.5",
"prettier-config-escapace": "1.0.6",
"prettier-config-escapace": "1.2.1",
"syncpack": "12.3.0",
"tsx": "4.11.0",
"typescript": "5.4.3",
"cassiopeia": "5.3.7"
"vitest": "1.6.0",
"cassiopeia": "5.3.8"
},
"engines": {
"pnpm": ">=9.0.6"
},
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.mjs"
"import": "./lib/browser/index.js"
}
},
"files": [
"lib/esm",
"lib/browser",
"lib/types"
],
"homepage": "https://github.com/escapace/cassiopeia",
"homepage": "https://github.com/escapace/cassiopeia/tree/trunk/packages/source-dom#readme",
"license": "MPL-2.0",
"module": "lib/esm/index.mjs",
"module": "./lib/browser/index.js",
"peerDependencies": {
"cassiopeia": "5.3.7"
"cassiopeia": "5.3.8"
},
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -49,8 +52,11 @@ "repository": "escapace/cassiopeia",

"type": "module",
"types": "lib/types/index.d.ts",
"types": "./lib/types/index.d.ts",
"scripts": {
"build": "node ../../scripts/build.mjs",
"lint": "eslint 'src/**/*.ts'",
"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"
}
}

Sorry, the diff of this file is not supported yet

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