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

angular2-now

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-now - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

4

angular2-now.js

@@ -547,2 +547,6 @@ var angular2now = function () {

// Optionally controllerAs can be specifically set for those situations,
// when we use @State on a class and there is no @Component defined.
controllerAs: target.controllerAs || options.controllerAs || (ng2nOptions.hasOwnProperty('controllerAs') && !target.hasOwnProperty('selector') ? ng2nOptions.controllerAs : undefined),
// onEnter and onExit events

@@ -549,0 +553,0 @@ onEnter: options.onEnter,

6

package.js
Package.describe({
name: 'pbastowski:angular2-now',
version: '0.3.7',
version: '0.3.8',
summary: 'Use Angular 2 @Component syntax with Angular 1 and Babel',

@@ -11,5 +11,5 @@ git: 'https://github.com/pbastowski/angular2-now.git',

api.versionsFrom('1.1.0.2');
api.use('angular@1.0.0-rc.5', 'client');
api.use('angular@1.0.0-rc.6', 'client');
api.use('pbastowski:angular-babel@0.1.9', 'client');
api.imply('angular@1.0.0-rc.5', 'client');
api.imply('angular@1.0.0-rc.6', 'client');
api.imply('pbastowski:angular-babel@0.1.9', 'client');

@@ -16,0 +16,0 @@ api.addFiles(['angular2-now.js', 'exports.js'], ['client']);

{
"name": "angular2-now",
"version": "0.3.7",
"version": "0.3.8",
"description": "Angular 2 component syntax for Angular 1 apps",

@@ -5,0 +5,0 @@ "main": "angular2-now.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