baselinejs
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -311,2 +311,6 @@ var _ = require( 'underscore' ); | ||
pluck : function( propertyName ) { | ||
return _.pluck( this._recordsById, propertyName ); | ||
}, | ||
registerTapeOperation : function( operationName, tapeOperationDescriptor ) { | ||
@@ -313,0 +317,0 @@ this.arbitrator.tapeOperations[ operationName ] = tapeOperationDescriptor.arbitrator; |
{ | ||
"name": "baselinejs", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"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
109710
401