@browser-storage/websql-driver
Advanced tools
Comparing version 0.0.1-beta.0 to 0.0.1-beta.1
{ | ||
"name": "@browser-storage/websql-driver", | ||
"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", | ||
"version": "0.0.1-beta.1", | ||
"license": "MIT", | ||
"source": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js", | ||
"pika": true, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -20,13 +22,10 @@ "browser", | ||
], | ||
"homepage": "https://github.com/browser-storage/browser-storage/tree/master/packages/websql-driver#readme", | ||
"license": "MIT", | ||
"directories": { | ||
"src": "src", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"src" | ||
"dist-*/", | ||
"assets/", | ||
"bin/" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"homepage": "https://github.com/browser-storage/browser-storage/tree/master/packages/websql-driver#readme", | ||
"bugs": { | ||
"url": "https://github.com/browser-storage/browser-storage/issues" | ||
}, | ||
@@ -37,29 +36,12 @@ "repository": { | ||
}, | ||
"scripts": { | ||
"build": "pack build" | ||
"dependencies": { | ||
"@browser-storage/core": "^0.0.1-beta.1", | ||
"@browser-storage/typings": "^0.0.1-beta.1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/browser-storage/browser-storage/issues" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.3.3333" | ||
}, | ||
"dependencies": { | ||
"@browser-storage/core": "^0.0.1-beta.0", | ||
"@browser-storage/typings": "^0.0.1-beta.0" | ||
}, | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-ts-standard-pkg" | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-web" | ||
] | ||
] | ||
}, | ||
"gitHead": "e89a14f4094c6cf3d98fa1998afd83cd6c3f8bc2" | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
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
19923
14
582
2