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

@bufferapp/notifications

Package Overview
Dependencies
Maintainers
14
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/notifications - npm Package Compare versions

Comparing version 1.8.0 to 1.9.3

2

components/Notifications/story.jsx

@@ -20,3 +20,3 @@ import React from 'react';

storiesOf('Notifications')
storiesOf('Notifications', module)
.addDecorator(checkA11y)

@@ -23,0 +23,0 @@ .add('default', () => (

@@ -39,3 +39,3 @@ import React from 'react';

storiesOf('Notifications - Test Harness')
storiesOf('Notifications - Test Harness', module)
.addDecorator(checkA11y)

@@ -42,0 +42,0 @@ .addDecorator(getStory =>

{
"name": "@bufferapp/notifications",
"version": "1.8.0",
"version": "1.9.3",
"description": "Display application notifications",
"main": "index.js",
"scripts": {
"start": "start-storybook -p 9001",
"lint": "eslint . --ignore-pattern coverage node_modules",
"test": "yarn run lint && sh ../../package_test.sh",
"test-update": "jest -u --config=../../.jestrc.json"
"lint": "eslint . --ignore-pattern coverage node_modules"
},
"author": "hharnisc@gmail.com",
"dependencies": {
"@bufferapp/components": "2.2.6",
"@bufferapp/keywrapper": "0.2.0"
},
"devDependencies": {
"@storybook/addon-storyshots": "3.1.4",
"@storybook/react": "3.1.3",
"eslint": "3.19.0",
"jest": "19.0.2",
"storybook-addon-a11y": "3.0.0"
"eslint": "3.19.0"
},

@@ -24,0 +16,0 @@ "publishConfig": {

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