@browser-storage/websql-driver
Advanced tools
Comparing version 0.0.1-alpha.16 to 0.0.1-beta.0
{ | ||
"name": "@browser-storage/websql-driver", | ||
"version": "0.0.1-alpha.16", | ||
"version": "0.0.1-beta.0", | ||
"description": "Web SQL driver for BrowserStorage", | ||
"author": "IKatsuba <katsuba.igor@gmail.com>", | ||
"source": "pkg/dist-src/index.js", | ||
"types": "pkg/dist-types/index.d.ts", | ||
"main": "pkg/dist-node/index.js", | ||
"module": "pkg/dist-web/index.js", | ||
"keywords": [ | ||
"web", | ||
"sql", | ||
"browser", | ||
"storage" | ||
"storage", | ||
"async", | ||
"browser-storeage", | ||
"localstorage", | ||
"sessionstorage", | ||
"websql", | ||
"indexeddb" | ||
], | ||
"author": "Igor Katsuba <ikatsuba@swiftcom.uk>", | ||
"homepage": "https://github.com/browser-storage/browser-storage/tree/master/packages/websql-driver#readme", | ||
"license": "MIT", | ||
"main": "dist/bundle.js", | ||
"directories": { | ||
"src": "src" | ||
"src": "src", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"src" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typings": "./index.d.ts", | ||
"files": [ | ||
"index.d.ts", | ||
"src/**/*.d.ts", | ||
"dist/*" | ||
], | ||
"repository": { | ||
@@ -31,10 +36,29 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"build": "pack build" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/browser-storage/browser-storage/issues" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.3.3333" | ||
}, | ||
"dependencies": { | ||
"@browser-storage/typings": "^0.0.1-alpha.16", | ||
"@types/websql": "^0.0.27" | ||
"@browser-storage/core": "^0.0.1-beta.0", | ||
"@browser-storage/typings": "^0.0.1-beta.0" | ||
}, | ||
"gitHead": "3108033d304a419fc197e232667022975c4d3b97" | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-ts-standard-pkg" | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-web" | ||
] | ||
] | ||
}, | ||
"gitHead": "e89a14f4094c6cf3d98fa1998afd83cd6c3f8bc2" | ||
} |
# `@browser-storage/websql-driver` | ||
>The tool is in deep alpha and is not intended for use in production. | ||
>[More info](https://github.com/browser-storage/browser-storage) | ||
>[More info](https://github.com/browser-storage/browser-storage) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
30335
22
794
5
1
1
+ Added@browser-storage/core@0.0.1-beta.4(transitive)
- Removed@types/websql@^0.0.27
- Removed@types/websql@0.0.27(transitive)