Socket
Socket
Sign inDemoInstall

@hoory/embed

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoory/embed - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

constants.ts

19

package.json
{
"name": "@hoory/embed",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"description": "Hoory script embeder",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"/lib"
],
"description": "Hoory script embedder",
"main": "./index.js",
"scripts": {
"prepublish": "yarn build",
"prebuild": "yarn clean",
"build": "rollup -c",
"clean": "rimraf lib my-react-package-*.tgz",
"watch": "rollup -cw",
"publish": "npm version patch && npm publish --access=public"
"publish": "cd ../ && yarn build && cd ./react && npm version patch && npm publish --access=public",
"publishFromEmbed": "yarn build && npm version patch && npm publish --access=public"
},

@@ -20,0 +11,0 @@ "keywords": [],

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