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.1.0 to 1.2.0

4

lib/types/types.d.ts
import type { INTERPOLATOR } from './constants';
export type Line = [Point, Point];
export type Point = [x: number, y: number];
export type Triangle = [Point, Point, Point];
export type Line = [Point, Point];
export declare enum ColorSpace {

@@ -26,4 +26,4 @@ p3 = 1,

}
export type Subscription = () => unknown | Promise<unknown>;
export type Unsubscribe = () => unknown;
export type Subscription = () => unknown | Promise<unknown>;
export interface State {

@@ -30,0 +30,0 @@ chroma: [low: number, high: number];

{
"name": "cepheus",
"description": "",
"version": "1.1.0",
"version": "1.2.0",
"author": {

@@ -12,14 +12,14 @@ "name": "escapace",

"@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",
"@types/node": "22.10.1",
"@vitest/coverage-v8": "2.1.6",
"eslint": "9.15.0",
"eslint-config-escapace": "5.3.1",
"esroll": "0.3.0",
"jsdom": "25.0.1",
"prettier": "3.3.3",
"prettier": "3.4.1",
"prettier-config-escapace": "1.2.1",
"syncpack": "13.0.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vitest": "2.1.5"
"typescript": "5.6.2",
"vitest": "2.1.6"
},

@@ -26,0 +26,0 @@ "engines": {

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