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

oscalc

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oscalc - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/index.js

66

package.json
{
"name": "oscalc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [
"CLI", "Open Source"
"version": "1.0.1",
"main": "./lib/index.js",
"bin": {
"oscalc": "./lib/index.js"
},
"files": [
"./lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "ng build --prod --base-href /os-calculator/ && gh-pages -d dist/os-calculator"
},
"repository": {
"type": "git",
"url": "git+https://elecash@github.com/Elecash/os-calculator-cli.git"
},
"bin": {
"oscalc": "./index.js"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Elecash/os-calculator-cli/issues"
"url": "https://github.com/Elecash/os-calculator/issues"
},
"homepage": "https://github.com/Elecash/os-calculator-cli#readme",
"homepage": "https://github.com/Elecash/os-calculator#readme",
"dependencies": {

@@ -32,3 +31,34 @@ "chalk": "^4.1.0",

},
"devDependencies": {}
"devDependencies": {
"@angular/animations": "~10.0.9",
"@angular/cli": "~10.0.6",
"@angular/common": "~10.0.9",
"@angular/compiler": "~10.0.9",
"@angular/compiler-cli": "~10.0.9",
"@angular/core": "~10.0.9",
"@angular/forms": "~10.0.9",
"@angular/platform-browser": "~10.0.9",
"@angular/platform-browser-dynamic": "~10.0.9",
"@angular/router": "~10.0.9",
"@angular-devkit/build-angular": "~0.1000.6",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"gh-pages": "^3.1.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"rxjs": "~6.5.5",
"ts-node": "~8.3.0",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"typescript": "~3.9.5",
"zone.js": "~0.10.3"
}
}
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