Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rx-sandbox

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rx-sandbox - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0-beta.1

dist/assert/constructObservableMarble.d.ts

21

CHANGELOG.md

@@ -0,1 +1,22 @@

<a name="2.0.0-beta.1"></a>
# [2.0.0-beta.1](https://github.com/kwonoj/rx-sandbox/compare/v1.0.3...v2.0.0-beta.1) (2020-06-02)
### build
* **tsconfig:** update tsconfig ([748ea40](https://github.com/kwonoj/rx-sandbox/commit/748ea40))
### Features
* **sandbox:** support 7.x ([d8220f8](https://github.com/kwonoj/rx-sandbox/commit/d8220f8))
### BREAKING CHANGES
* **tsconfig:** require es2015 supported runtime
* **sandb8x:** require rx >= 7.x
<a name="1.0.3"></a>

@@ -2,0 +23,0 @@ ## [1.0.3](https://github.com/kwonoj/rx-sandbox/compare/v1.0.2...v1.0.3) (2019-06-23)

69

package.json
{
"name": "rx-sandbox",
"version": "1.0.3",
"version": "2.0.0-beta.1",
"description": "Marble diagram DSL based test suite for RxJS 6",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {

@@ -11,7 +11,2 @@ "npm": ">=3.0.0",

},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {

@@ -25,9 +20,8 @@ "*.{ts,js}": [

"scripts": {
"prepublishOnly": "npm run build",
"prepublishOnly": "npm-run-all build:clean build",
"test": "jest --config jest.json --coverage",
"lint": "tslint -c tslint.json -p tsconfig.json \"src/**/*.ts\" \"spec/**/*.ts\"",
"lint:staged": "lint-staged",
"build": "npm-run-all build:clean && tsc",
"build:clean": "shx rm -rf ./dist",
"commit": "git-cz -S",
"build": "tsc -b --verbose src/tsconfig.json spec/tsconfig.json",
"build:clean": "shx rm -rf ./dist ./.tmp",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"

@@ -58,31 +52,29 @@ },

"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-angular": "^8.0.0",
"@types/chai": "^4.1.7",
"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@types/chai": "^4.2.11",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.9",
"chai": "^4.2.0",
"commitizen": "^3.1.1",
"conventional-changelog-cli": "^2.0.21",
"cz-conventional-changelog": "2.1.0",
"husky": "^2.4.1",
"jest": "^24.8.0",
"jest-spin-reporter": "^1.0.2",
"lint-staged": "^8.2.1",
"conventional-changelog-cli": "^2.0.34",
"cz-conventional-changelog": "^3.2.0",
"husky": "^3.1.0",
"jest": "^26.0.1",
"jest-spin-reporter": "^2.0.0",
"lint-staged": "^9.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"rxjs": "^6.5.2",
"prettier": "^2.0.5",
"rxjs": "^7.0.0-beta.0",
"shx": "^0.3.2",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"ts-jest": "^26.1.0",
"tslint": "^6.1.2",
"tslint-no-unused-expression-chai": "^0.1.4",
"typescript": "^3.5.2"
"typescript": "^3.9.3"
},
"peerDependencies": {
"rxjs": "6.x"
"rxjs": "7.x"
},
"dependencies": {
"jest-matcher-utils": "^24.8.0",
"jest-matchers": "^20.0.3",
"tslib": "^1.10.0"
"jest-matcher-utils": "^26.0.1",
"jest-matchers": "^20.0.3"
},

@@ -95,3 +87,12 @@ "husky": {

}
}
},
"files": [
"dist",
"src",
"CHANGELOG.md",
"LICENSE",
"package.json",
"README.md",
"tsconfig.json"
]
}
[![Build Status](https://circleci.com/gh/kwonoj/rx-sandbox/tree/master.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/kwonoj/rx-sandbox/tree/master)
[![codecov](https://codecov.io/gh/kwonoj/rx-sandbox/branch/master/graph/badge.svg)](https://codecov.io/gh/kwonoj/rx-sandbox)
[![npm](https://img.shields.io/npm/v/rx-sandbox.svg)](https://www.npmjs.com/package/rx-sandbox)
[![Greenkeeper badge](https://badges.greenkeeper.io/kwonoj/rx-sandbox.svg)](https://greenkeeper.io/)

@@ -22,3 +21,3 @@ # RxSandbox

This has a peer dependencies of `rxjs@5.*.*`, which will have to be installed as well
This has a peer dependencies of `rxjs@6.*.*`, which will have to be installed as well

@@ -25,0 +24,0 @@ ```sh

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc