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

@dvabuzyarov/product-version

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dvabuzyarov/product-version - npm Package Compare versions

Comparing version 1.0.5-rc.0 to 1.0.5

product-version/get-update-change.d.ts

38

package.json
{
"name": "@dvabuzyarov/product-version",
"version": "1.0.5-rc.0",
"version": "1.0.5",
"description": "Updates production version in the environment files",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine **/*.spec.js",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "latest"
},
"keywords": [
"schematics"
"schematics",
"angular",
"product-version"
],
"repository": {
"type": "git",
"url": "https://github.com/dvabuzyarov/product-version"
},
"bugs": {
"url": "https://github.com/dvabuzyarov/product-version/issues"
},
"main": "product-version/index.js",
"author": "dvabuzyarov(at)gmail.com",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.2.1",
"@angular-devkit/schematics": "^7.2.1",
"typescript": "^3.0.3"
},
"devDependencies": {
"@types/jasmine": "^3.3.5",
"@types/node": "^10.12.18",
"jasmine": "^3.3.1",
"conventional-changelog-cli": "^2.0.11"
"schematics": "./collection.json",
"peerDependencies": {
"@angular-devkit/core": "^9.1.0",
"@angular-devkit/schematics": "^9.1.0",
"typescript": "~3.8.2"
}
}
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