Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "websql", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "WebSQL Database API, implemented for Node using sqlite3", | ||
@@ -13,2 +13,3 @@ "repository": { | ||
"main": "lib/index.js", | ||
"browser": "lib/browser.js", | ||
"keywords": [ | ||
@@ -15,0 +16,0 @@ "websql", |
@@ -64,2 +64,8 @@ node-websql [![Build Status](https://travis-ci.org/nolanlawson/node-websql.svg?branch=master)](https://travis-ci.org/nolanlawson/node-websql) [![Coverage Status](https://coveralls.io/repos/github/nolanlawson/node-websql/badge.svg?branch=master&nonce=foo)](https://coveralls.io/github/nolanlawson/node-websql?branch=master) | ||
### In the browser | ||
You can also use this module in the browser (via Browserify/Webpack/etc.), | ||
in which case it will just use | ||
`window.openDatabase`, meaning you are subject to [browser WebSQL support](http://caniuse.com/#feat=sql-storage). | ||
Goals | ||
@@ -66,0 +72,0 @@ ---- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25652
10
272
133