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 8.0.1 to 8.1.0

6

collectionService.js

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

// this.trigger( 'operation', 'createRecord', params );
this.trigger( 'create', initialFieldValues, options );

@@ -155,4 +154,3 @@

// _this.trigger( 'operation', 'destroyRecord', params );
_this.trigger( 'destroy', thisRecordId );
_this.trigger( 'destroy', thisRecordId, options );
} );

@@ -275,2 +273,4 @@ }

if( options.merge ) _this._mergeDTO( result.data );
this.trigger( 'save', recordId, isUpdate, options );
}

@@ -277,0 +277,0 @@

{
"name": "baselinejs",
"version": "8.0.1",
"version": "8.1.0",
"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