Socket
Socket
Sign inDemoInstall

@ng-apimock/dev-interface

Package Overview
Dependencies
0
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.3.0

cypress.config.ts

5

.eslintrc.json

@@ -39,3 +39,6 @@ {

],
"object-curly-spacing": [2, "always"]
"object-curly-spacing": [
2,
"always"
]
}

@@ -42,0 +45,0 @@ },

@@ -6,2 +6,9 @@ # Changelog

# [3.3.0](https://github.com/ng-apimock/dev-interface/compare/v3.2.1...v3.3.0) (2023-11-30)
### Features
* migrate angular 17 ([#517](https://github.com/ng-apimock/dev-interface/issues/517)) ([00b07c7](https://github.com/ng-apimock/dev-interface/commit/00b07c7712d4f80f6ad3716da63ac676c68fbd40))
## [3.2.1](https://github.com/ng-apimock/dev-interface/compare/v3.2.0...v3.2.1) (2023-01-16)

@@ -8,0 +15,0 @@

102

dist/3rdpartylicenses.txt

@@ -1,6 +0,11 @@

@angular/animations
MIT
@angular/cdk
MIT
--------------------------------------------------------------------------------
Package: @angular/router
License: "MIT"
--------------------------------------------------------------------------------
Package: @angular/material
License: "MIT"
The MIT License

@@ -28,14 +33,6 @@

--------------------------------------------------------------------------------
Package: @angular/cdk
License: "MIT"
@angular/common
MIT
@angular/core
MIT
@angular/forms
MIT
@angular/material
MIT
The MIT License

@@ -63,36 +60,6 @@

--------------------------------------------------------------------------------
Package: rxjs
License: "Apache-2.0"
@angular/platform-browser
MIT
@angular/router
MIT
angular2-prettyjson
MIT
MIT License
Copyright (c) 2017 Mathieu Chauvinc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
rxjs
Apache-2.0
Apache License

@@ -301,5 +268,6 @@ Version 2.0, January 2004

--------------------------------------------------------------------------------
Package: tslib
License: "0BSD"
tslib
0BSD
Copyright (c) Microsoft Corporation.

@@ -317,8 +285,34 @@

PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
Package: @angular/core
License: "MIT"
zone.js
MIT
--------------------------------------------------------------------------------
Package: @angular/common
License: "MIT"
--------------------------------------------------------------------------------
Package: @angular/platform-browser
License: "MIT"
--------------------------------------------------------------------------------
Package: @angular/animations
License: "MIT"
--------------------------------------------------------------------------------
Package: @angular/forms
License: "MIT"
--------------------------------------------------------------------------------
Package: zone.js
License: "MIT"
The MIT License
Copyright (c) 2010-2022 Google LLC. https://angular.io/license
Copyright (c) 2010-2023 Google LLC. https://angular.io/license

@@ -342,1 +336,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

THE SOFTWARE.
--------------------------------------------------------------------------------
{
"name": "@ng-apimock/dev-interface",
"description": "Development interface for ng-apimock",
"version": "3.2.1",
"version": "3.3.0",
"homepage": "https://github.com/ng-apimock/dev-interface#readme",

@@ -16,12 +16,9 @@ "author": {

"build": "ng build --configuration=production",
"postbuild": "mv dist/browser/* dist && rimraf dist/browser",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"test": "jest --config=jest.config.js -w 1",
"protractor-local": "protractor test/protractor.local.conf.js",
"protractor-ci": "protractor test/protractor.ci.conf.js",
"start": "ng serve --proxy-config proxy.config.json --host=0.0.0.0",
"sauce:download": "curl https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz --output sc-4.6.2-linux.tar.gz",
"postsauce:download": "tar -xvf sc-4.6.2-linux.tar.gz",
"sauce:start": "cd sc-4.6.2-linux && ./bin/sc",
"sauce:started": "wait-on /tmp/sc-started -v"
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},

@@ -55,60 +52,61 @@ "repository": {

"devDependencies": {
"@angular/animations": "15.1.0",
"@angular/cdk": "15.1.0",
"@angular/common": "15.1.0",
"@angular/compiler": "15.1.0",
"@angular/core": "15.1.0",
"@angular/forms": "15.1.0",
"@angular/material": "15.1.0",
"@angular/platform-browser": "15.1.0",
"@angular/platform-browser-dynamic": "15.1.0",
"@angular/router": "15.1.0",
"@angular-devkit/build-angular": "15.1.1",
"@angular-eslint/builder": "15.2.0",
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/schematics": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "15.1.1",
"@angular/compiler-cli": "15.1.0",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@angular-devkit/build-angular": "17.0.4",
"@angular-eslint/builder": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
"@angular-eslint/schematics": "17.1.0",
"@angular-eslint/template-parser": "17.1.0",
"@angular/animations": "17.0.5",
"@angular/cdk": "17.0.1",
"@angular/cli": "17.0.4",
"@angular/common": "17.0.5",
"@angular/compiler": "17.0.5",
"@angular/compiler-cli": "17.0.5",
"@angular/core": "17.0.5",
"@angular/forms": "17.0.5",
"@angular/material": "17.0.1",
"@angular/platform-browser": "17.0.5",
"@angular/platform-browser-dynamic": "17.0.5",
"@angular/router": "17.0.5",
"@badeball/cypress-cucumber-preprocessor": "^19.2.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@ng-apimock/base-client": "3.3.1",
"@ng-apimock/core": "3.6.1",
"@ng-apimock/core": "3.11.2",
"@ng-apimock/cypress-plugin": "^3.0.0",
"@ng-apimock/protractor-plugin": "2.1.1",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/github": "8.1.0",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/chai": "4.3.4",
"@types/chai": "4.3.11",
"@types/cucumber": "6.0.1",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"angular2-prettyjson": "3.0.1",
"body-parser": "1.20.1",
"chai": "4.3.7",
"commitizen": "4.2.6",
"@types/jest": "29.5.10",
"@types/node": "18.18.14",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"body-parser": "1.20.2",
"chai": "4.3.10",
"commitizen": "4.3.0",
"cucumber": "6.0.5",
"eslint": "8.32.0",
"cypress": "13.6.0",
"eslint": "^8.54.0",
"express": "4.18.2",
"husky": "8.0.3",
"jest": "29.3.1",
"jest": "29.7.0",
"jest-createspyobj": "2.0.0",
"jest-preset-angular": "12.2.3",
"lint-staged": "13.1.0",
"jest-preset-angular": "13.1.4",
"lint-staged": "13.3.0",
"p-iteration": "1.1.8",
"protractor": "7.0.0",
"protractor-cucumber-framework": "9.0.0",
"rimraf": "4.0.6",
"rxjs": "7.8.0",
"semantic-release": "20.0.2",
"tslib": "2.4.1",
"rimraf": "4.4.1",
"rxjs": "7.8.1",
"semantic-release": "20.1.3",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"wait-on": "7.0.1",
"zone.js": "~0.12.0"
"tslib": "2.6.2",
"typescript": "5.3.2",
"wait-on": "7.2.0",
"zone.js": "~0.14.2"
},

@@ -124,3 +122,8 @@ "lint-staged": {

}
},
"cypress-cucumber-preprocessor": {
"stepDefinitions": [
"test/step_definitions/*.{js,ts}"
]
}
}

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc