@social-embed/lib
Advanced tools
Comparing version 0.0.1-next.6 to 0.0.1-next.7
{ | ||
"name": "@social-embed/lib", | ||
"description": "Regexes, ID extraction, for embed providers (YouTube, other OEmbed compatible providers),", | ||
"version": "0.0.1-next.6", | ||
"version": "0.0.1-next.7", | ||
"main": "dist/index.js", | ||
"module": "dist/lib.esm.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"type": "module", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
@@ -26,3 +26,3 @@ # [`@social-embed/lib`](https://oembed-component.git-pull.com/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/social-embed/social-embed/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@social-embed/lib.svg?style=flat)](https://www.npmjs.com/package/@social-embed/lib) | ||
// unpkg | ||
import {getYouTubeIdFromUrl} from 'https://www.unpkg.com/@social-embed/lib@0.0.1-next.0?module'; | ||
import {getYouTubeIdFromUrl} from 'https://www.unpkg.com/@social-embed/lib?module'; | ||
// skypack | ||
@@ -29,0 +29,0 @@ import {getYouTubeIdFromUrl} from 'https://cdn.skypack.dev/@social-embed/lib'; |
43893