Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9 to 0.0.10

yarn-error.log

14

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

@@ -28,12 +28,6 @@ "author": "Risk & Safety Solution",

"babel": {
"presets": [
"env"
],
"ignore": [
"**/*.spec.js"
],
"plugins": [
"transform-object-rest-spread"
]
"presets": ["env"],
"ignore": ["**/*.spec.js"],
"plugins": ["transform-object-rest-spread"]
}
}

@@ -15,2 +15,4 @@ const clone = require('clone');

items: [],
canAddRows: true,
layout: 'TABLE',
};

@@ -26,2 +28,4 @@

this.details.items = details.items || [];
this.details.canAddRows = details.canAddRows || false;
this.details.layout = details.layout || 'TABLE';

@@ -61,2 +65,4 @@ if (details.schema) {

items: { type: 'array', items: { type: 'object' } },
canAddRows: { type: 'boolean' },
layout: { type: 'string', enum: ['TABLE', 'VERTICAL'] },
},

@@ -63,0 +69,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