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

circle-ts

Package Overview
Dependencies
Maintainers
0
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.1 to 1.0.2

3

dist/index.d.ts

@@ -106,6 +106,7 @@ export interface User {

}>;
url2json: (url: string) => any;
url2json: (url: any) => any;
path: (id?: string) => string;
match: (data: Array<any>, match?: string) => any;
isExtPage: (url?: string) => boolean;
getLanguageByContent: (content: string) => string;
field: (id?: string | Array<string> | {

@@ -112,0 +113,0 @@ [index: string]: any;

@@ -1,1 +0,2 @@

export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
{
"name": "circle-ts",
"version": "1.0.1",
"description": "Definition of TS Type for Circle Reading Assistant",
"version": "1.0.2",
"description": "Definition of TS Type for Circle Reader",
"module": "dist/index.js",

@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts",

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