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

ng-get

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

ng-get

Get the environment files of a publish Angular app.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

ng-get

NPM version GitHub last commit Downloads Dependency status Dev Dependency status License

Get the environment content of a publish Angular app.

Tested for Angular versions v7, v8, v9, v10, v11 and v12

Example usage

npx ng-get https://my-angular-website.com
npx ng-get main-es2015.1021e34d6643056b5e3b.js
Inspecting: https://my-angular-website.com

Downloading main: https://my-angular-website.com/main-es2015.1021e34d6643056b5e3b.js
{
  "index": {
    "scripts": [
      "assets/fastclick.js",
      "runtime-es2015.df7729926071e5dff236.js",
      "runtime-es5.df799e51df077f262236.js",
      "polyfills-es5.45be4962716823e202d2.js",
      "polyfills-es2015.184b2fce185406366c85.js",
      "scripts.0c82fb8e202bc9df94df.js",
      "main-es2015.1021e34d6643056b5e3b.js",
      "main-es5.1021e6b33d60e653544b.js"
    ],
    "main": "main-es2015.1021e34d6643056b5e3b.js"
  },
  "ngVersion": "9.1.13",
  "environment": {
    "production": 0,
    "mobile": 1,
    "notifications": 1,
    "firebase": {
      "apiKey": "h4mgWLON54B89EdyXNgvT6jDIsAQawyzfKNrkmw",
      "authDomain": "my-angular.firebaseapp.com",
      "databaseURL": "https://my-angular.firebaseio.com",
      "projectId": "my-angular",
      "storageBucket": "my-angular.appspot.com",
      "messagingSenderId": "11034621970",
      "appId": "1:11034621970:android:059dg57hf478gd3465c69564"
    }
  }
}

 

Keywords

FAQs

Package last updated on 15 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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