New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.4-alpha to 0.5.5-alpha

4

lib/builders/ResourceBuilder.d.ts

@@ -30,8 +30,4 @@ import Category from "../class/Category";

isPublic: boolean;
attachments: {
file: File | undefined;
resource: string | undefined;
}[];
categories: string[];
};
}

@@ -45,3 +45,2 @@ /** Represents a resource */

isPublic: this.isPublic,
attachments: this.attachments.map(function (a) { return a.toJSON(); }),
categories: this.categories.map(function (c) { return c.getIri(); }),

@@ -48,0 +47,0 @@ };

2

package.json
{
"name": "rr-apilib",
"version": "0.5.4-alpha",
"version": "0.5.5-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