New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mock-factory

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-factory - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

index.ts

44

package.json
{
"name": "mock-factory",
"version": "0.0.1",
"version": "1.0.0",
"description": "A jasmine helper for creating mocked classes",
"main": "index.js",
"license": "MIT",
"author": "Chuanqi Sun",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "ng test",
"lint": "ng lint --type-check"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/henrysun918/mockingbird.git"
"url": "https://github.com/henrysun918/mock-factory.git"
},
"peerDependencies": {
"jasmine-core": "~2.6.2"
},
"devDependencies": {
"typescript": "~2.3.3",
"jasmine-core": "~2.6.2",
"@types/jasmine": "2.5.45",
"@angular/core": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@angular/cli": "1.1.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/language-service": "^4.0.0",
"codelyzer": "~3.0.1",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ts-node": "~3.0.4",
"tslint": "~5.3.2"
},
"keywords": [

@@ -20,9 +46,3 @@ "mock",

"testing"
],
"author": "Chuanqi Sun",
"license": "MIT",
"bugs": {
"url": "https://github.com/henrysun918/mockingbird/issues"
},
"homepage": "https://github.com/henrysun918/mockingbird#readme"
}
]
}

@@ -1,1 +0,28 @@

"# mockingbird"
# MockFactory
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.1.0.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
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