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

sqlite

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite - npm Package Compare versions

Comparing version 4.0.8 to 4.0.9

build/index.mjs

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## 4.0.9 - Mon May 25 2020 22:50:02
**Contributor:** Markus Felten
- feat: provide native esm exports (#117)
* feat: provide native esm exports
Co-authored-by: Markus Felten <Markus.Felten@db.com>
## 4.0.8 - Thu May 21 2020 22:59:57

@@ -2,0 +12,0 @@

9

package.json
{
"name": "sqlite",
"version": "4.0.8",
"version": "4.0.9",
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
"main": "build/index.js",
"types": "build/index.d.ts",
"type": "commonjs",
"exports": {
"require": "./build/index.js",
"import": "./build/index.mjs"
},
"scripts": {
"build": "npm run build:clean && npm run compile && cp -R src/vendor-typings build",
"build": "npm run build:clean && npm run compile && cp -R src/index.mjs src/vendor-typings build",
"build:docs": "typedoc --options typedoc.js --plugin typedoc-plugin-markdown src/ --out docs",

@@ -10,0 +15,0 @@ "build:clean": "rm -rf build/*",

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