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

baselinejs

Package Overview
Dependencies
Maintainers
2
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 4.2.0 to 4.3.0

4

collectionService.js

@@ -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;

2

package.json
{
"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",

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