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 9.0.1 to 9.0.2

2

collectionService.js

@@ -305,3 +305,3 @@ var _ = require( 'underscore' );

return this[ options.first ? 'find' : 'filter' ]( function( thisRecordId ) {
if( ! ignoreMissingData ) {
if( ! options.ignoreMissingData ) {
for( var key in attrs ) {

@@ -308,0 +308,0 @@ if( _.isUndefined( _this._recordsById[ thisRecordId ][ key ] ) ) throw new Error( 'Field \'' + key + '\' is not present for record id ' + thisRecordId + ' in table \'' + _this.collectionName + '\'.' );

{
"name": "baselinejs",
"version": "9.0.1",
"version": "9.0.2",
"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