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

ngx-deploy-npm

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-deploy-npm - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

6

package.json
{
"name": "ngx-deploy-npm",
"version": "1.2.3",
"version": "1.2.4",
"description": "Publish your angular packages to npm by just run `npm deploy your-packages`",
"main": "index.js",
"scripts": {
"build": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts && tsc && copyfiles README.md builders.json collection.json package.json ngx-deploy-npm deploy/schema.json dist",
"build": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts && tsc && copyfiles README.md builders.json collection.json package.json ngx-deploy-npm deploy/schema.json dist && cp ./LICENSE ./dist/LICENSE",
"predeploy": "npm run build",
"deploy": "cd dist && npm publish --access public && cd ..",
"link": "npm run build && cd dist && npm link && cd ..",

@@ -9,0 +11,0 @@ "test": "jest",

@@ -12,3 +12,3 @@ # ngx-deploy-npm πŸš€

[discord-image]: https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23ngx-deploy-npm&logo=discord&logoColor=white&style=flat-square
[discord-url]: https://discord.com/invite/XrzEC6K
[discord-url]: https://discord.gg/cPa78y6rXn

@@ -15,0 +15,0 @@ ### **Deploy your Angular Package to NPM directly from the Angular CLI! πŸš€**

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