Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jobiqo-cl

Package Overview
Dependencies
Maintainers
1
Versions
546
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jobiqo-cl - npm Package Compare versions

Comparing version 0.1.69 to 0.1.70

4

lib/components/atoms/forms/chip/index.js

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

props.children,
React.createElement(StyledChipRemove, { onClick: props.onRemove })
React.createElement(StyledChipRemove, { onClick: function onClick(chip) {
return props.onRemove(props.chipId);
} })
);

@@ -56,0 +58,0 @@ };

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

_2.default,
{ onRemove: (0, _addonActions.action)('Remove'), chipStyle: (0, _addonKnobs.select)(chipTypesLabel, chipTypes, chipDefaultValue) },
{ chipId: 'chipSt', onRemove: (0, _addonActions.action)('Remove'), chipStyle: (0, _addonKnobs.select)(chipTypesLabel, chipTypes, chipDefaultValue) },
_react2.default.createElement(

@@ -51,0 +51,0 @@ 'span',

{
"name": "jobiqo-cl",
"version": "0.1.69",
"version": "0.1.70",
"description": "",

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

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