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.49 to 0.0.50

dist/model/procedure/location-card.js

3

dist/helper/card-factory.js

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

var InventoryCard = require('../model/procedure/inventory-card');
var LocationCard = require('../model/procedure/location-card');
var LotoElectricalCard = require('../model/procedure/loto-electrical-card');

@@ -37,2 +38,4 @@ var ValueUnitCard = require('../model/procedure/value-unit-card');

return new InventoryCard(card);
case 'LOCATION':
return new LocationCard(card);
case 'LOTO_ELECTRICAL':

@@ -39,0 +42,0 @@ return new LotoElectricalCard(card);

2

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

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

@@ -9,2 +9,3 @@ const AcknowledgementCard = require('../model/procedure/acknowledgement-card');

const InventoryCard = require('../model/procedure/inventory-card');
const LocationCard = require('../model/procedure/location-card');
const LotoElectricalCard = require('../model/procedure/loto-electrical-card');

@@ -33,2 +34,4 @@ const ValueUnitCard = require('../model/procedure/value-unit-card');

return new InventoryCard(card);
case 'LOCATION':
return new LocationCard(card);
case 'LOTO_ELECTRICAL':

@@ -35,0 +38,0 @@ return new LotoElectricalCard(card);

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