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
2
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.1.0 to 0.1.1

2

bld/library/script/api/api.js

@@ -28,3 +28,3 @@ "use strict";

async updateStorage(storage) {
await this.call('/channel-script/set-storage', {
await this.call('/channel-script/update-storage', {
storage,

@@ -31,0 +31,0 @@ });

{
"name": "@digshare/script",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Chengdu Mufan Technology Co., Ltd.",

@@ -24,3 +24,3 @@ import {serialize} from 'bson';

async updateStorage(storage: Partial<TData>): Promise<void> {
await this.call('/channel-script/set-storage', {
await this.call('/channel-script/update-storage', {
storage,

@@ -27,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