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

frint-component-handlers

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frint-component-handlers - npm Package Compare versions

Comparing version 2.9.0-alpha.2d26e4d7 to 3.0.0

4

lib/ObserveHandler.spec.js

@@ -5,3 +5,3 @@ 'use strict';

var _rxjs = require('rxjs');
var _of = require('rxjs/observable/of');

@@ -40,3 +40,3 @@ var _frintComponentUtils = require('frint-component-utils');

getProps$: function getProps$(a) {
return _rxjs.Observable.of({
return (0, _of.of)({
appName: a.getName()

@@ -43,0 +43,0 @@ });

{
"name": "frint-component-handlers",
"version": "2.9.0-alpha.2d26e4d7",
"version": "3.0.0",
"description": "Component handlers package for Frint",

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

"cross-env": "^5.0.5",
"frint": "^2.9.0-alpha.2d26e4d7",
"frint-component-utils": "^2.9.0-alpha.2d26e4d7",
"frint-config": "^2.9.0-alpha.2d26e4d7"
"frint": "^3.0.0",
"frint-component-utils": "^3.0.0",
"frint-config": "^3.0.0"
},

@@ -41,0 +41,0 @@ "bugs": {

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