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

@social-embed/lib

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@social-embed/lib - npm Package Compare versions

Comparing version 0.1.0-next.8 to 0.1.0-next.9

LICENSE

41

package.json
{
"name": "@social-embed/lib",
"description": "URL detection and parsing for embed providers (YouTube, other OEmbed compatible providers),",
"version": "0.1.0-next.8",
"version": "0.1.0-next.9",
"main": "dist/lib.umd.cjs",

@@ -9,3 +9,6 @@ "module": "dist/lib.js",

"type": "module",
"files": ["dist", "types"],
"files": [
"dist",
"types"
],
"exports": {

@@ -18,3 +21,8 @@ ".": {

"license": "MIT",
"keywords": ["embed", "typescript", "youtube", "dailymotion"],
"keywords": [
"embed",
"typescript",
"youtube",
"dailymotion"
],
"publishConfig": {

@@ -32,9 +40,18 @@ "access": "public"

},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18"
},
"scripts": {
"clean": "rimraf dist",
"vite": "vite",
"start": "yarn vite",
"start": "pnpm vite",
"watch": "vite start",
"build": "vite build",
"prepare": "yarn build",
"bootstrap": "echo 'NOOP'",

@@ -46,14 +63,4 @@ "test": "vitest",

"biome": "biome",
"format": "yarn run biome format . --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18"
"format": "pnpm run biome format . --write"
}
}
}

@@ -37,6 +37,2 @@ # [`@social-embed/lib`](https://social-embed.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)

## API Reference
[https://social-embed.git-pull.com/api/](https://social-embed.git-pull.com/api/)
## Try

@@ -43,0 +39,0 @@

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