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

@alien-worlds/aw-api-common-atomicassets

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alien-worlds/aw-api-common-atomicassets - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

build/data/repositories/atomic-assets.repository-impl.js

@@ -35,3 +35,3 @@ "use strict";

if (newAssets.length) {
const assetInsertion = await this.source.insert(newAssets);
const assetInsertion = await this.source.insert(newAssets.map(a => this.mapper.fromEntity(a)));
if (!assetInsertion || !assetInsertion.length) {

@@ -38,0 +38,0 @@ (0, aw_core_1.log)('an error occured during asset insertion');

{
"name": "@alien-worlds/aw-api-common-atomicassets",
"version": "0.0.7",
"version": "0.0.8",
"main": "build/index.js",

@@ -5,0 +5,0 @@ "types": "build/index.d.ts",

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