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

baselinejs

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baselinejs - npm Package Compare versions

Comparing version 7.2.1 to 7.3.1

8

collectionService.js

@@ -17,5 +17,5 @@ var _ = require( 'underscore' );

$.ajax( options ).done( function( data, textStatus, xhr ) {
resolve( { success : true, xhr } );
resolve( { success : true, xhr : xhr } );
} ).fail( function( xhr, textStatus ) {
resolve( { success : false, xhr } );
resolve( { success : false, xhr: xhr } );
} );

@@ -68,2 +68,6 @@ } );

id : function() {
return this.get( this._idFieldName );
},
get : function( recordId, fieldName ) {

@@ -70,0 +74,0 @@ if( ! this._recordsById[ recordId ] ) throw new Error( 'Record id ' + recordId + ' is not present in table \'' + this.collectionName + '\'.' );

{
"name": "baselinejs",
"version": "7.2.1",
"version": "7.3.1",
"description": "Share code and data between the client and the server in full stack JavaScript applications.",

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