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
1
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.0.2-next.1 to 0.1.0-next.0

dist/lib.js

8

CHANGES.md

@@ -9,4 +9,10 @@ ---

## 0.0.2-next.1 (unreleased)
## 0.1.0-next.0 (2023-06-12)
- Move to `vite` (#8)
See [commits](https://github.com/social-embed/social-embed/compare/@social-embed/lib@0.0.2-next.1...@social-embed/lib@0.1.0-next.0)
## 0.0.2-next.1 (2022-11-10)
- Move `jest` to `devDependencies`

@@ -13,0 +19,0 @@

43

package.json
{
"name": "@social-embed/lib",
"description": "Regexes, ID extraction, for embed providers (YouTube, other OEmbed compatible providers),",
"version": "0.0.2-next.1",
"main": "dist/index.js",
"version": "0.1.0-next.0",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"types"
],
"exports": {
".": {
"import": "./dist/lib.js",
"require": "./dist/lib.umd.cjs"
}
},
"license": "MIT",

@@ -29,5 +39,6 @@ "keywords": [

"clean": "rimraf dist",
"rollup": "rollup",
"start": "rollup start",
"build": "rollup -c rollup.config.ts --configPlugin typescript",
"vite": "vite",
"start": "yarn vite",
"watch": "vite start",
"build": "vite build",
"prepare": "yarn build",

@@ -43,17 +54,9 @@ "bootstrap": "echo 'NOOP'",

"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/jest": "^29.2.2",
"jest": "^29.2.2",
"prettier": "^2.7.1",
"rollup": "^3.2.5",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.8.3",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1"
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}
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