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

@digshare/script

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digshare/script - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

bld/cli/tsconfig.tsbuildinfo

2

bld/library/api.d.ts

@@ -8,2 +8,4 @@ /// <reference types="node" />

url: string;
title?: string;
image?: string;
description?: string;

@@ -10,0 +12,0 @@ })[];

@@ -21,2 +21,4 @@ /// <reference types="node" />

url: string;
title?: string;
image?: string;
description?: string;

@@ -23,0 +25,0 @@ })[];

@@ -9,2 +9,4 @@ // Generated by dts-bundle-generator v6.5.0

url: string;
title?: string;
image?: string;
description?: string;

@@ -98,2 +100,4 @@ })[];

url: string;
title?: string;
image?: string;
description?: string;

@@ -100,0 +104,0 @@ })[];

2

package.json
{
"name": "@digshare/script",
"version": "0.3.2",
"version": "0.3.3",
"author": "Chengdu Enverse Technology Co., Ltd.",

@@ -5,0 +5,0 @@ "main": "bld/library/index.js",

@@ -37,2 +37,4 @@ # 盯梢 {script}

[在线编辑器提供了少量 npm 包](https://docs.dingshao.cn/script-manual/online-editor/available-npm-packages),同时提供了全局的 `fetch` API(`node-fetch`)供开发者使用。如果您想使用更多 npm 包,建议通过本地构建上传,参考[盯梢脚本模板](https://github.com/digshare/digshare-script-template)。
## 使用参考

@@ -39,0 +41,0 @@

@@ -14,2 +14,4 @@ import {serialize} from 'bson';

url: string;
title?: string;
image?: string;
description?: string;

@@ -16,0 +18,0 @@ }

@@ -23,2 +23,4 @@ import {ScriptContext} from './context';

url: string;
title?: string;
image?: string;
description?: string;

@@ -25,0 +27,0 @@ }

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