New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lore-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lore-utils - npm Package Compare versions

Comparing version 0.13.0-beta.1 to 0.13.0-beta.2

2

es/normalize/index.js

@@ -53,3 +53,3 @@ import _mapKeys from 'lodash/mapKeys';

// get the name and instance of the model we need to normalize the attribute to
var normalizedCollectionName = attribute.collection;
var normalizedCollectionName = attribute.model || attribute.collection;

@@ -56,0 +56,0 @@ // log an error if no model was specified

@@ -53,3 +53,3 @@ 'use strict';

// get the name and instance of the model we need to normalize the attribute to
var normalizedCollectionName = attribute.collection;
var normalizedCollectionName = attribute.model || attribute.collection;

@@ -56,0 +56,0 @@ // log an error if no model was specified

{
"name": "lore-utils",
"version": "0.13.0-beta.1",
"version": "0.13.0-beta.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -56,3 +56,3 @@ import _ from 'lodash';

// get the name and instance of the model we need to normalize the attribute to
const normalizedCollectionName = attribute.collection;
const normalizedCollectionName = attribute.model || attribute.collection;

@@ -59,0 +59,0 @@ // log an error if no model was specified

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