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

rr-apilib

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rr-apilib - npm Package Compare versions

Comparing version 0.8.0-alpha to 0.8.1-alpha

9

lib/class/Resource.js

@@ -30,3 +30,6 @@ import { __extends } from "tslib";

get: function () {
return this.getCreator();
var _a;
console.warn("<Resource>.user is deprecated. Please use <Resource>.creator instead");
var id = (_a = this.data.user) === null || _a === void 0 ? void 0 : _a.id;
return this.getCreator(id);
},

@@ -38,3 +41,5 @@ enumerable: false,

get: function () {
return this.getCreator();
var _a;
var id = (_a = this.data.user) === null || _a === void 0 ? void 0 : _a.id;
return this.getCreator(id);
},

@@ -41,0 +46,0 @@ enumerable: false,

{
"name": "rr-apilib",
"version": "0.8.0-alpha",
"version": "0.8.1-alpha",
"description": "Library for interact with RR-API",

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

Sorry, the diff of this file is not supported yet

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