reactivedb
Advanced tools
Comparing version 0.9.14-alpha.0 to 0.9.14-alpha.1-lfoptimize
{ | ||
"name": "reactivedb", | ||
"version": "0.9.14-alpha.0", | ||
"version": "0.9.14-alpha.1-lfoptimize", | ||
"description": "Reactive ORM for Lovefield", | ||
@@ -18,3 +18,3 @@ "main": "./index.js", | ||
"copy_src_es": "shx mkdir -p ./dist/es/src && shx cp -r ./src/* ./dist/es/src", | ||
"cover": "rm -rf ./.nyc_output ./coverage && NODE_ENV=test nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=spec-js/test --exclude=spec-js/src/storage/lovefield.js --exclude=spec-js/src/shared/Logger.js --exclude=spec-js/src/utils/option.js --exclude=spec-js/src/utils/valid.js tman --mocha spec-js/test/run.js", | ||
"cover": "rm -rf ./.nyc_output ./coverage && NODE_ENV=test nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=spec-js/test --exclude=spec-js/src/storage/lovefield.js --exclude=spec-js/src/shared/Logger.js --exclude=spec-js/src/utils/option.js --exclude=spec-js/src/utils/valid.js --exclude=spec-js/src/addons/aggresive-optimizer.js tman --mocha spec-js/test/run.js", | ||
"lint": "tslint -c tslint.json src/*.ts --project ./tsconfig.json --type-check src/**/*.ts ./test/**/*.ts -e ./test/e2e/*.ts", | ||
@@ -25,2 +25,3 @@ "publish_all": "ts-node ./tools/publish.ts", | ||
"test": "npm run lint && NODE_ENV=test tman --mocha spec-js/test/run.js", | ||
"test_O1": "npm run lint && NODE_ENV=test optimize=true tman --mocha spec-js/test/run.js", | ||
"version": "ts-node tools/version.ts && git add .", | ||
@@ -71,6 +72,6 @@ "watch": "NODE_ENV=test ts-node ./tools/watch.ts & npm run watch_test", | ||
"chai": "^4.1.0", | ||
"coveralls": "^2.13.1", | ||
"coveralls": "^3.0.0", | ||
"css-loader": "^0.28.4", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"happypack": "^3.0.3", | ||
"happypack": "^4.0.0", | ||
"html-webpack-plugin": "^2.29.0", | ||
@@ -86,6 +87,6 @@ "madge": "^2.0.0", | ||
"shx": "^0.2.2", | ||
"sinon": "^3.0.0", | ||
"sinon": "^4.0.0", | ||
"sinon-chai": "^2.11.0", | ||
"source-map-loader": "^0.2.1", | ||
"style-loader": "^0.18.2", | ||
"style-loader": "^0.19.0", | ||
"tman": "^1.7.1", | ||
@@ -92,0 +93,0 @@ "ts-node": "^3.2.0", |
@@ -1,1 +0,1 @@ | ||
export default '0.9.12' | ||
export default '0.9.11' |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.9.12"; | ||
declare const _default: "0.9.11"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '0.9.12'; | ||
exports.default = '0.9.11'; | ||
//# sourceMappingURL=version.js.map |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
262202
1