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

yux-storage

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yux-storage - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

package.json
{
"name": "yux-storage",
"version": "2.0.0",
"version": "2.1.0",
"description": "yux-storage 是一个基于 HTML5 IndexedDB 封装的 Web 本地数据离线存储库",

@@ -5,0 +5,0 @@ "main": "yux-storage.js",

@@ -11,7 +11,8 @@ /**

constructor(projectName) {
constructor(projectName = 'yux-project') {
this.projectName = projectName;
this.ready(projectName);
}
ready(projectName='yux-project') {
ready(projectName=this.projectName) {
return new Promise((resolve, reject) => {

@@ -18,0 +19,0 @@ if (this.db) {

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