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

ankisync

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ankisync - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

dist/index.d.ts

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

/// <reference types="node" />
import sqlite from "sqlite";

@@ -20,3 +19,3 @@ export interface IDeck {

name: string;
data: Buffer;
data: ArrayBuffer;
}

@@ -23,0 +22,0 @@ export interface INote {

{
"name": "ankisync",
"version": "0.1.2",
"version": "0.1.3",
"description": "Do in Anki what Anki cannot do",

@@ -8,5 +8,5 @@ "main": "dist/index.js",

"scripts": {
"prepublishOnly": "npm run tsc",
"prepublishOnly": "npm run build",
"test": "ts-mocha tests/**/*.spec.ts",
"tsc": "tsc -p tsconfig.lib.json"
"build": "tsc -p tsconfig.lib.json"
},

@@ -27,3 +27,2 @@ "keywords": [

"@types/fs-extra": "^8.0.0",
"@types/node": "^12.7.2",
"@types/rimraf": "^2.0.2",

@@ -30,0 +29,0 @@ "@types/spark-md5": "^3.0.1",

@@ -31,3 +31,3 @@ import fs from "fs-extra";

name: string;
data: Buffer;
data: ArrayBuffer;
}

@@ -34,0 +34,0 @@

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