baselinejs
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -37,3 +37,3 @@ var _ = require( 'underscore' ); | ||
_.each( _this.services, function( thisService, thisServiceIdent ) { | ||
_.each( this.services, function( thisService, thisServiceIdent ) { | ||
if( _.isFunction( thisService.toJSON ) ) { | ||
@@ -40,0 +40,0 @@ json[ thisServiceIdent ] = thisService.toJSON(); |
{ | ||
"name": "baselinejs", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "Share code and data between the client and the server in full stack JavaScript applications.", | ||
@@ -5,0 +5,0 @@ "main": "baseline.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118517