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

angular-rollup

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-rollup - npm Package Versions

1245

1.0.6

Diff

Changelog

Source

1.0.6

  • Fixed issue with lazy build when angular library package name contains special character
  • Fixed logs with production build when closure compiler fails
  • Fixed warnings during ngr scaffold

steveblue
published 1.0.5 •

Changelog

Source

1.0.5

  • Enhanced build logs with duration of the build inspired by Parcel
  • Fixed several issues with logs
  • Fixed an issue when global scss filenames began with underscore
  • Fixed an issue when generating a library with a custom source name defined in ngr.config.js

steveblue
published 1.0.4 •

Changelog

Source

1.0.4

  • Remove version message unless the user needs to update

steveblue
published 1.0.3 •

Changelog

Source

1.0.3

  • Support for building an app for production using Angular Universal. ngr build prod --universal.
  • Scaffold a new app with Angular Universal support by using the --universal flag with ngr scaffold. Currently also requires --rollup to bundle the production build.
  • Added support for i18n localization in production and Universal builds
  • Added --tsConfig --rollupConfig --template options to ngr build, allows you to test different config with the current build without overwriting a stable config
  • Fixed issues when user changes the src directory to another folder, useful when coding Angular Universal project
  • Single line logging output
  • Tested builds with node 8.x
ngr scaffold --universal
ngr build prod --universal --serve

The universal build overwrites the dist folder and creates the following file/folder structure for deployment to production.

dist/frontend
dist/backend
package.json
server.universal.js

steveblue
published 1.0.2 •

Changelog

Source

1.0.2

  • Fixed issues with build scripts when certain @angular package versions are in package.json
  • Fixed an issue that prevented lazy.config.json from being deployed to build folder when using ngr build dev
  • Fixed an issue that prevented library UMD and ES5 builds from working properly in the browser
  • Defaulted new projects to @angular ^5.0.0
  • Removed bogus script from package.json

steveblue
published 1.0.1 •

Changelog

Source

1.0.1

  • Fixed an issue that prevented library from being injected in another app because paths to typings were incorrect

To migrate an existing library, simply change the baseUrl property in the tsconfig files to "./src" and move all library files into path/to/lib/src, update paths in your index.ts.


steveblue
published 1.0.0 •

Changelog

Source

1.0.0

  • Version bump
  • Update README

steveblue
published 1.0.0-rc.6 •

Changelog

Source

1.0.0-rc.6

  • Updated protractor config to latest
  • Fixed issue that caused dev build to double compile on scss changes. Use --postcss true if you need to compile dev to test in older browsers.
  • Fixed issue in e2e test template when using ngr generate
  • Fixed typo in README regarding e2e testing
  • Fixed issue that could prevent lazy.config.json from being copied correctly in prod build
  • Added yarn to install messaging because why not?
  • Added Web Animations polyfill to default configuration

steveblue
published 1.0.0-rc.5 •

Changelog

Source

1.0.0-rc.5

  • Deprecated build.config.js in favor of namespaced file, new scaffolded apps default to ngr.config.js
  • Cleaned up default ngr.config.js to include the bare minimum
  • Removed dependency on npm registry, builds can run free of internet connection
  • Removed unnecessary dependencies in package.json that had accumulated over course of development
  • Updated README to include correct directions for running unit tests
  • Removed selenium webdriver postinstall step from package.json
  • Fixed typos in logs and comments in cli build scripts
  • Use postcss-csso instead of css-nano for new scaffolded apps to fix possible bugs with z-index

If you wish you migrate to ngr.config.js rename the build.config.js file (mv build.config.js ngr.config.js) and update references to build.config.js in server.js and router.js. The build scripts will continue to check for build.config.js until we choose to deprecate backwards compatibility in a later release.


steveblue
published 1.0.0-rc.4 •

Changelog

Source

1.0.0-rc.4

  • Add ngr.config.js file to root of any existing project to use cli commands. This file can be empty. This feature allows library builds in an existing app.
  • Removed rollup.config.json from default scaffold, use ngr scaffold --rollup flag to get it back
  • Added option to scaffold without the Express server, use ngr scaffold --server false
  • Added option to scaffold a bare bones application, use ngr scaffold --bare
  • Deprecated cli.config.js, builds now reference ngr.config.js or build.config.js
  • Deprecated jsconfig.json
  • Update README with instructions for ngr.config.js and using buildHooks in build.config.js

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