Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

circle-ts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circle-ts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/index.d.ts

@@ -17,2 +17,3 @@ export interface User {

core?: boolean;
debug?: boolean;
enabled?: boolean;

@@ -175,3 +176,4 @@ version?: string;

i18n: (...args: Array<string>) => string;
fetch: (url: string, options?: {
fetch: (url: string | Array<string>, options?: {
url?: string | Array<string>;
format?: 'json' | 'text' | 'blob';

@@ -178,0 +180,0 @@ [index: string]: any;

{
"name": "circle-ts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Definition of TS Type for Circle Reading Assistant",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"author": "Ranhe <wenguang.fe@gmail.com> (https://circlereader.com/)",

@@ -8,0 +9,0 @@ "scripts": {

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