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

@rss/common

Package Overview
Dependencies
Maintainers
1
Versions
895
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss/common - npm Package Compare versions

Comparing version 0.0.41 to 0.0.42

yarn-error.log

3

dist/model/core/role.js

@@ -18,2 +18,3 @@ 'use strict';

this.groupId = null;
this.groupName = null;
this.types = [];

@@ -33,2 +34,3 @@

this.groupId = opt.groupId || null;
this.groupName = opt.groupName || null;
this.types = opt.types ? opt.types : [];

@@ -54,2 +56,3 @@ }

groupId: { type: ['string', 'null'] },
groupName: { type: ['string', 'null'] },
types: { type: 'array', item: { type: 'string' } }

@@ -56,0 +59,0 @@ },

2

package.json
{
"name": "@rss/common",
"version": "0.0.41",
"version": "0.0.42",
"description": "common constant, classes, & helper",

@@ -5,0 +5,0 @@ "author": "Risk & Safety Solution",

@@ -10,2 +10,3 @@ const tv4 = require('tv4');

this.groupId = null;
this.groupName = null;
this.types = [];

@@ -23,2 +24,3 @@

this.groupId = opt.groupId || null;
this.groupName = opt.groupName || null;
this.types = opt.types ? opt.types : [];

@@ -42,2 +44,3 @@ }

groupId: { type: ['string', 'null'] },
groupName: { type: ['string', 'null'] },
types: { type: 'array', item: { type: 'string' } },

@@ -44,0 +47,0 @@ },

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