Socket
Socket
Sign inDemoInstall

spotify-embed

Package Overview
Dependencies
5
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

6

lib/index.d.ts

@@ -7,3 +7,3 @@

* License: MIT
* Version: 1.4.0
* Version: 1.4.1
* CI/CD: GitHub Actions

@@ -52,3 +52,3 @@ * - - - - - - - -

*/
declare const urlParser: (url: string, theme?: "light" | "dark" | undefined) => string;
declare const urlParser: (url: string, theme?: 'light' | 'dark') => string;
/**

@@ -59,3 +59,3 @@ * @param uri - The Spotify resource URI

*/
declare const uriParser: (uri: string, theme?: "light" | "dark" | undefined) => string;
declare const uriParser: (uri: string, theme?: 'light' | 'dark') => string;

@@ -62,0 +62,0 @@ interface SpotifyEmbedProps extends Omit<React.IframeHTMLAttributes<HTMLIFrameElement>, 'allow-transparency' | 'frameBorder' | 'aria-label' | 'allow'> {

@@ -7,3 +7,3 @@

* License: MIT
* Version: 1.4.0
* Version: 1.4.1
* CI/CD: GitHub Actions

@@ -10,0 +10,0 @@ * - - - - - - - -

@@ -7,3 +7,3 @@

* License: MIT
* Version: 1.4.0
* Version: 1.4.1
* CI/CD: GitHub Actions

@@ -10,0 +10,0 @@ * - - - - - - - -

{
"name": "spotify-embed",
"version": "1.4.0",
"version": "1.4.1",
"private": false,

@@ -51,5 +51,5 @@ "description": "A spotify embed component",

"devDependencies": {
"@babel/core": "^7.18.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@rollup/plugin-commonjs": "^22.0.0",

@@ -63,27 +63,27 @@ "@rollup/plugin-node-resolve": "^13.3.0",

"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-a11y": "^6.5.4",
"@storybook/addon-actions": "^6.5.4",
"@storybook/addon-controls": "^6.5.4",
"@storybook/addon-essentials": "^6.5.4",
"@storybook/addon-links": "^6.5.4",
"@storybook/addon-a11y": "^6.5.7",
"@storybook/addon-actions": "^6.5.7",
"@storybook/addon-controls": "^6.5.7",
"@storybook/addon-essentials": "^6.5.7",
"@storybook/addon-links": "^6.5.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "^6.5.4",
"@storybook/builder-webpack5": "^6.5.4",
"@storybook/manager-webpack5": "^6.5.4",
"@storybook/react": "^6.5.4",
"@swc/core": "^1.2.189",
"@storybook/addon-storysource": "^6.5.7",
"@storybook/builder-webpack5": "^6.5.7",
"@storybook/manager-webpack5": "^6.5.7",
"@storybook/react": "^6.5.7",
"@swc/core": "^1.2.197",
"@swc/jest": "^0.2.21",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@types/bluebird": "^3.5.36",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.40",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"ci-info": "^3.3.1",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-typescript": "^17.0.0",

@@ -93,3 +93,3 @@ "eslint-config-prettier": "^8.5.0",

"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.0.0",

@@ -103,14 +103,14 @@ "eslint-plugin-storybook": "^0.5.12",

"jest-transform-stub": "^2.0.0",
"lint-staged": "^12.4.1",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.74.1",
"rollup": "^2.75.5",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-typescript2": "^0.32.0",
"rollup-plugin-visualizer": "^5.6.0",

@@ -120,12 +120,12 @@ "semantic-release": "^19.0.2",

"storybook-addon-outline": "^1.4.2",
"ts-jest": "^28.0.2",
"ts-node-dev": "^1.1.8",
"ts-node-dev": "^2.0.0",
"ts-toolbelt": "^9.6.0",
"tsd": "^0.20.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"webpack": "^5.72.1"
"typescript": "^4.7.3",
"webpack": "^5.73.0"
},
"peerDependencies": {
"react": "^18.1.0"
"react": "^18.1.0",
"react-dom": "^18.1.0"
},

@@ -132,0 +132,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc