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

@sprucelabs/eslint-plugin-spruce

Package Overview
Dependencies
Maintainers
10
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/eslint-plugin-spruce - npm Package Versions

1
16

8.10.1-canary.120

Diff

sprucelabs-ci
published 8.11.0 •

Changelog

Source

8.11.0 (2019-02-19)

Bug Fixes

  • Add .editorconfigs targetting all files (dd2bfa3)
  • add missing ioredis package to spruce-skill-server; fix reference to redis in gql subscription server (bcefde3)
  • Address stack overflows on larger lists (aa5a814)
  • await next() in auth middleware (244c7ea)
  • Checkbox component not passing event through (1e34cb2)
  • Disable warning for fragments of the same name (c030cbf)
  • eslint: Include babel-eslint (aa50120)
  • GraphQL mutate method name should match apollo equivalent method (2a4e263)
  • babel: utils: force auto modules (08a54bc), closes /github.com/zeit/next.js/blob/canary/packages/next/build/babel/preset.ts#L52-L56
  • build: Don't rebuild during yarn test (aabc1ba)
  • circleci: Add pip bins to executables (c4e5ee8)
  • dev: Correct yarn watches for heartwood (296e7bb)
  • eslint: Add rules to match spruce-skill project (daf2cd9)
  • eslint: Comment out lint issues that are probably there for illustrative purposes (881a263)
  • eslint: Take first pass at spruce-skill linting issues (bf94fe8)
  • eslint: Tweaking logic around interpolation linting (07cf8ff)
  • eslint: Use correct dependency structure (fbaf866)
  • flow: React Heartwood, correct corrected flow config (355efa1)
  • fontloader: Repair deps, remove reference to storybook in component (d61ba10)
  • graphql: Add extensions back to non-subscription client (6fa47cf)
  • graphql: Include websocket dependency (4e355b1)
  • skill-view: Get _document config from next/config rather than props (27fef76)
  • skills: GQL, set token in constructor for subscriptions (781a4c6)
  • tables: Basic style for no records label, hide "loading" loader state (5a8f237)
  • Only include style prop into DragGrid root div (329e51a)
  • tables: Disable autocomplete by default on checkboxes (a3758c5)
  • Handle operationType -> clientMethod mapping, exceptions (12b1d1f)
  • Install latest aws-cli via pip (f9e8eba)
  • path to component after merge (19ba425)
  • utils-gql: Track the entire original GQL error (3e58e58)
  • utils/graphql: Add stub for global logs to pass lint (556c627)
  • Remove regex, count brackets (eab424d)
  • switch circle to use py+node image (a84a67f)
  • use proper directory (build/) when running in non-local environment (21117ff)

Features

  • access toasts from state so that they are unique (4ef2421)
  • add ability to include settings list (e2b3aac)
  • add component (6f369b3)
  • add component and story (245b177)
  • add date headers (8df0bd8)
  • add date range select to DatePicker (3877c8d)
  • add example fields in page context (28c52a3)
  • add example of full card (b95bc31)
  • add example of the feed builder (192ced9)
  • add example with validation (0beeec3)
  • add FontLoader to PageWrapper (cc7b7cd)
  • add FormBuilder component (19b8128)
  • add Formik (f5fa714)
  • add icon for more vertical (0ad6f38)
  • add isSmall prop to ContextMenu (f689ac9)
  • add koa.context to GraphQLSubscriptionServer subscription context (5f7ac4d)
  • add media query to hide (1258500)
  • add modal option (a47d54c)
  • add more props (31928c5)
  • add props (fd987f5)
  • add random message generator (b560245)
  • add react-virtualized (0a34c2a)
  • add savebar when kind is page (58ffe54)
  • add section component for sidebar layouts with cards (9d630b4)
  • add sections for form as page (0255659)
  • add sidebar header (6540966)
  • add todo note (691f3d9)
  • add type annotations (05a8d80)
  • add unique id from sender (1d98958)
  • add validation examples to page example (cac0552)
  • add z-index (6bc1993)
  • adjust width rules and layout (24d4cfc)
  • allow to pass toggle props through list item (2e91f4f)
  • annotate props (e1ed31c)
  • attach locationId, organizationId, and jwt to authV2 (ebc50ef)
  • better rendering of toasts when one is removed (cc07b81)
  • better timeout cleanup (b863938)
  • chaange pageHeader to header in PageHeader (0cee055)
  • change onUndo to followupAction (84bb28b)
  • convert FeedBuilder to component (4bed986)
  • convert ToastWrapper to a component (75a6ea1)
  • correct images (2152d63)
  • correct keying for dynamic components (3caf0a2)
  • default sidebar to expanded (3598957)
  • ensure that list stops loading when it should (72faf78)
  • export FontLoader correctly (8f260f7)
  • FileItem core model (3ae03b0)
  • fix color of undo (75d7e20)
  • fix conflict (23535b4)
  • fix image removal with new from strategy (59701d7)
  • fix lint errors (1b37b43)
  • fix onboarding card tabs (7b37a84)
  • fix stories (e682407)
  • fix tabs styling (e95ff34)
  • format empty text (8f74852)
  • get reverse scroll, add count and callback to load more messages (44c508e)
  • handle visibility toggles on mobile (c4102fa)
  • hide sidebar children (fd7cc84)
  • hook up modal (18435a8)
  • hook up reset form on discard changes (2da90e0)
  • Implement upload service for images along with example upload controller and Dropzone integration (1b396f3)
  • import flow types for form layouts (d01451e)
  • improve date header formatting (012f1f4)
  • improve row loading performance (02555da)
  • improve spacing props (1eeb40f)
  • integrate gql client (4cb714f)
  • latest iteration that simulates loading in of new messages (b8a9a95)
  • make fields required (794f60d)
  • make follow up text configurable (c584bb1)
  • make savebar set form submitting to true (b804b83)
  • make submit work on enter (204d39f)
  • make toast timeouts work (2b5562d)
  • make view responsible for hiding sidebars on resize (7d22a2f)
  • minor fixes (6438138)
  • organization and location gql (e18d641)
  • EmptyState: base Empty State component [SBL-1977] (ebee0a4)
  • EmptyState: Empty State React component [SBL-1982] (ff05492)
  • errors: Make SpruceWebError configurable (f340add)
  • eslint: Add shared config (b8a726e)
  • eslint: Add spruce eslint plugin (e5a4009)
  • eslint: Add spruce eslint to spruce-skill (2e93254)
  • flow: Fix react-heartwood-components (a58b36b)
  • flow: Fix react-heartwood-components (14c0f59)
  • uploads service method to delete file items (5aa25ca)
  • graphql: Improve logging data and messaging (aa6a6e1)
  • record-selection-list: static vs async record provision (49da796)
  • RecordSelection: Support checkboxes, radios & removal of records (b4adc33)
  • RecordSelectionList: Allow for "unselectable" records (1c8de7b)
  • RecordSelectList: Add async search capability (51fa5dd)
  • RecordTable: Empty State defaults for RecordTable [SBL-1996] (a02ee51)
  • pass ctx to sequelize models (e298ae6)
  • pull out FormInner into own component (620a0f2)
  • put sidebar items in a sidebar section (1c0c0a9)
  • redis pubsub (ba552f4)
  • register w/ skill view version (cbf281a)
  • reinstall with yarn (919561f)
  • remove all references to messageCount (2fa8b8a)
  • remove bottom border from last list item (a97b259)
  • remove breakpoint (a2d750a)
  • remove comment (12b87b8)
  • remove comment (83ca6de)
  • remove done to avoid lint error (75f08db)
  • utils: Add iframe messaging tools (f875811)
  • remove log (1a81b3e)
  • remove log (04e0774)
  • remove log (c9a1dd6)
  • remove log (6025363)
  • remove spread operators (e1abb79)
  • remove unneeded initialvalues (1e1d3d6)
  • rename cards back to sections for clarity (6266862)
  • rename sections to cards (e29288f)
  • responsiveness to show/hide right sidebar (2884954)
  • reverse message order and jump to bottom, update page styling when primary header is present (de042d4)
  • set position and dimensions for scrolling (646c64e)
  • settings helper to make fetch easy (3b87bcb)
  • setToken for gql so auth does not need to be passed with each request (f33be7b)
  • start adding a settings page example (3cb13e5)
  • start checking for date headers (026730b)
  • start looping (0d23e2c)
  • start styling (c58ebd7)
  • step back styling (f551854)
  • Streamline builds and testing (ea635b7)
  • styling (3b7a179)
  • subscriptions from skill to external graphql server (7524b32)
  • temp hide scroll jack (147ed40)
  • update addons order (01e210a)
  • update basic example (cc77e43)
  • update components to support design for profile pages (95d9999)
  • update example layout (64e5386)
  • update on resize (f2578c6)
  • update page header to work well with right sidebar (b76628a)
  • update story (73412ee)
  • update styles and start hooking up new props (9e357a5)
  • updatte colors (3277193)
  • use rowCount to trigger loading (7a43f9d)
  • use spread to pass id through to LayoutSection for deep linking (1856883)
  • validate skill settings (230082f)
  • view version (1a758ef)
  • spruce-skill: Add example of requesting that Core show a toast (995b5e1)
  • spruce-skill: Support Skill View Dialogs in Core (8516ad0)
  • tables: Add concept of totalRows (2d37253)
  • tables: Add reusable RecordTable to react-heartwood (cfcc647)

Refactoring

  • pagedModal: clean up code (ebb6a55)
  • fix type of toast ID (923c4e7)
  • remove change to package.json (287265c)
  • pagedModal: fix styling so title is centered only on paged modals (9bef17a)
  • pagedModal: pass required isFullHeight prop to PagedModal (a9b3f83)
  • pagedModal: use source sans pro semi-bold (b989866)
  • recordSelectionList: pass back selected record (619dc66)
  • Use a button group in the example (a4e5631)
sprucelabs-ci
published 8.10.1-canary.119 •

sprucelabs-ci
published 8.10.1-canary.118 •

sprucelabs-ci
published 8.10.1-canary.117 •

sprucelabs-ci
published 8.10.1-canary.116 •

sprucelabs-ci
published 8.10.1-canary.115 •

sprucelabs-ci
published 8.10.1-canary.114 •

sprucelabs-ci
published 8.10.1-canary.113 •

sprucelabs-ci
published 8.10.1-canary.112 •

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