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

dexie-cloud-common

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexie-cloud-common - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/change-processing/applyOperation.d.ts

6

dist/index.d.ts
export * from "./types.js";
export * from "./SyncResponse.js";
export * from "./utils.js";
export * from "./DexieCloudSchema.js";
export * from "./DBOperationsSet.js";
export * from "./DBOperation.js";
export * from "./validation/isValidSyncableID.js";
//# sourceMappingURL=index.d.ts.map
export * from "./types.js";
export * from "./SyncResponse.js";
export * from "./utils.js";
export * from "./DexieCloudSchema.js";
export * from "./DBOperationsSet.js";
export * from "./DBOperation.js";
export * from "./validation/isValidSyncableID.js";

12

package.json
{
"name": "dexie-cloud-common",
"version": "1.0.3",
"version": "1.0.4",
"description": "Library for shared code between dexie-cloud-addon, dexie-cloud (CLI) and dexie-cloud-server",
"type": "module",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./": "./dist"
},
"scripts": {

@@ -14,3 +17,6 @@ "build": "tsc",

"author": "David Fahlander",
"license": "Apache-2.0"
"license": "Apache-2.0",
"dependencies": {
"universal-imports": "^1.0.1"
}
}

@@ -10,2 +10,3 @@ {

"strict": true,
"noImplicitAny": false,
"declaration": true,

@@ -12,0 +13,0 @@ "declarationMap": true,

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