rxjs-websockets
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "rxjs-websockets", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "rxjs 6 websockets library", | ||
"main": "lib/index.js", | ||
"main": "lib.es5/index.js", | ||
"module": "lib.es5m/index.js", | ||
"es2015": "lib.es2015/index.js", | ||
"typings": "lib/index", | ||
@@ -22,8 +24,9 @@ "repository": { | ||
"scripts": { | ||
"build": "tsc -p src", | ||
"build:watch": "tsc -w --preserveWatchOutput -p src", | ||
"prepublish": "yarn build", | ||
"build": "tsc -p src/tsconfig.json && tsc -p src/tsconfig.es5.json && tsc -p src/tsconfig.es5.json -m es2015 --outDir lib.es5m", | ||
"build:watch": "tsc -w --preserveWatchOutput -p src/tsconfig.es5.json", | ||
"test": "npm run build && npm run mocha", | ||
"watch": "concurrently 'npm run build:watch' 'npm run mocha:watch'", | ||
"watch": "npm run build && concurrently 'npm run build:watch' 'npm run mocha:watch'", | ||
"prepare": "npm run build", | ||
"mocha": "mocha lib/*.spec.js", | ||
"mocha": "mocha lib.es5/*.spec.js", | ||
"mocha:watch": "npm run mocha -- -w" | ||
@@ -37,14 +40,14 @@ }, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
"@types/sinon": "^7.0.3", | ||
"@types/sinon-chai": "^3.2.2", | ||
"chai": "^4.2.0", | ||
"concurrently": "^4.1.0", | ||
"mocha": "^6.0.2", | ||
"rxjs": "^6.1.0", | ||
"sinon": "^7.2.2", | ||
"sinon-chai": "^3.3.0", | ||
"typescript": "^3.2.0" | ||
"@types/chai": "4.1.7", | ||
"@types/mocha": "5.2.7", | ||
"@types/sinon": "7.0.13", | ||
"@types/sinon-chai": "3.2.2", | ||
"chai": "4.2.0", | ||
"concurrently": "4.1.1", | ||
"mocha": "6.1.4", | ||
"rxjs": "6.5.2", | ||
"sinon": "7.3.2", | ||
"sinon-chai": "3.3.0", | ||
"typescript": "3.5.2" | ||
} | ||
} |
{ | ||
"extends": "./tsconfig.es5.json", | ||
"compilerOptions": { | ||
"baseUrl": "", | ||
"declaration": true, | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"lib": ["es6", "dom"], | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"outDir": "../lib", | ||
"sourceMap": true, | ||
"target": "es5", | ||
"typeRoots": [ | ||
"../node_modules/@types" | ||
] | ||
} | ||
"outDir": "../lib.es2015", | ||
"target": "es2015", | ||
}, | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
56680
28
733
174
1