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

kaven-basic

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kaven-basic - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

esm2015/libs/markdown/MarkdownSection.js

10

esm2015/index.js

@@ -7,6 +7,6 @@ /********************************************************************

* @create: 2018-08-27 10:53:38.460
* @modify: 2021-08-07 06:53:05.158
* @version: 2.0.14
* @times: 107
* @lines: 83
* @modify: 2021-09-01 16:27:39.274
* @version: 3.0.1
* @times: 109
* @lines: 86
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved.

@@ -74,2 +74,4 @@ * @description: [description]

export * from "./libs/dsp/Oscillator";
// markdown
export * from "./libs/markdown/MarkdownSection";
//# sourceMappingURL=index.js.map

8

esm2015/libs/Interfaces.js

@@ -7,6 +7,6 @@ /********************************************************************

* @create: 2018-08-30 16:07:34.049
* @modify: 2021-01-31 12:21:24.313
* @version: 2.0.11
* @times: 34
* @lines: 241
* @modify: 2021-09-01 14:47:38.191
* @version: 3.0.1
* @times: 36
* @lines: 246
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved.

@@ -13,0 +13,0 @@ * @description: [description]

@@ -7,6 +7,6 @@ /********************************************************************

* @create: 2018-08-27 10:53:38.460
* @modify: 2021-08-07 06:53:05.158
* @version: 2.0.14
* @times: 107
* @lines: 83
* @modify: 2021-09-01 16:27:39.274
* @version: 3.0.1
* @times: 109
* @lines: 86
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved.

@@ -74,2 +74,4 @@ * @description: [description]

export * from "./libs/dsp/Oscillator";
// markdown
export * from "./libs/markdown/MarkdownSection";
//# sourceMappingURL=index.js.map

@@ -7,6 +7,6 @@ /********************************************************************

* @create: 2018-08-30 16:07:34.049
* @modify: 2021-01-31 12:21:24.313
* @version: 2.0.11
* @times: 34
* @lines: 241
* @modify: 2021-09-01 14:47:38.191
* @version: 3.0.1
* @times: 36
* @lines: 246
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved.

@@ -13,0 +13,0 @@ * @description: [description]

{
"name": "kaven-basic",
"version": "3.0.0",
"version": "3.0.1",
"description": "Basic library for javascript/typescript.",

@@ -5,0 +5,0 @@ "main": "./bundles/index.umd.js",

@@ -7,6 +7,6 @@ /********************************************************************

* @create: 2018-08-27 10:53:38.460
* @modify: 2021-08-07 06:53:05.158
* @version: 2.0.14
* @times: 107
* @lines: 83
* @modify: 2021-09-01 16:27:39.274
* @version: 3.0.1
* @times: 109
* @lines: 86
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved.

@@ -69,2 +69,3 @@ * @description: [description]

export * from "./libs/dsp/Oscillator";
export * from "./libs/markdown/MarkdownSection";
//# sourceMappingURL=index.d.ts.map

@@ -7,6 +7,6 @@ /********************************************************************

* @create: 2018-08-30 16:07:34.049
* @modify: 2021-01-31 12:21:24.313
* @version: 2.0.11
* @times: 34
* @lines: 241
* @modify: 2021-09-01 14:47:38.191
* @version: 3.0.1
* @times: 36
* @lines: 246
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved.

@@ -204,2 +204,6 @@ * @description: [description]

}
export interface ITextLines {
endOfLineSequence?: string;
lines: string[];
}
//# sourceMappingURL=Interfaces.d.ts.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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