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

data-prism

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-prism - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

dist/mappers.js

@@ -23,3 +23,3 @@ import { mapValues } from "lodash-es";

const relationships = mapValues(resSchema.relationships, (relSchema, rel) => {
const relMapper = graphMappers[rel];
const relMapper = graphMappers[relSchema.type];
const relResSchema = schema.resources[relSchema.type];

@@ -26,0 +26,0 @@ const mapper = resourceMappers[rel];

{
"name": "data-prism",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",

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

@@ -42,3 +42,3 @@ import { mapValues } from "lodash-es";

const relationships = mapValues(resSchema.relationships, (relSchema, rel) => {
const relMapper = graphMappers[rel];
const relMapper = graphMappers[relSchema.type];
const relResSchema = schema.resources[relSchema.type];

@@ -45,0 +45,0 @@ const mapper = resourceMappers[rel];

Sorry, the diff of this file is not supported yet

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