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.1.1 to 9.1.2

2

baseline.js

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

_.each( _this.services, function( thisService, thisServiceIdent ) {
_.each( this.services, function( thisService, thisServiceIdent ) {
if( _.isFunction( thisService.toJSON ) ) {

@@ -40,0 +40,0 @@ json[ thisServiceIdent ] = thisService.toJSON();

{
"name": "baselinejs",
"version": "9.1.1",
"version": "9.1.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