Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opensea/vessel

Package Overview
Dependencies
Maintainers
7
Versions
609
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/vessel - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

32

package.json
{
"name": "@opensea/vessel",
"version": "0.0.21",
"version": "0.0.22",
"description": "🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.",

@@ -15,19 +15,7 @@ "files": [

"import": "./dist/@opensea/vessel.es.js",
"require": "./dist/@opensea/vessel.umd.js"
"require": "./dist/@opensea/vessel.umd.js",
"types": "./dist/index.d.ts"
}
},
"types": "dist/index.d.ts",
"scripts": {
"build": "vite build && yarn tsc && rimraf tsconfig.tsbuildinfo",
"dev": "vite",
"dev:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first",
"lint:types": "tsc",
"postinstall": "husky install || exit 0",
"prebuild": "rimraf tsconfig.tsbuildinfo dist",
"prepare": "yarn build",
"pretest:e2e": "tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child",
"test:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first",
"test:unit": "vitest src",
"test:unit:coverage": "vitest src --coverage"
},
"dependencies": {

@@ -58,3 +46,15 @@ "nanoid": "4.0.2"

]
},
"scripts": {
"build": "vite build && yarn tsc && rimraf tsconfig.tsbuildinfo",
"dev": "vite",
"dev:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test --ui' --kill-others --success first",
"lint:types": "tsc",
"postinstall": "husky install || exit 0",
"prebuild": "rimraf tsconfig.tsbuildinfo dist",
"pretest:e2e": "tsc && vite build && cpy dist/* tests/parent && cpy dist/* tests/child",
"test:e2e": "concurrently 'serve -l 3000 tests/parent' 'serve -l 3001 tests/child' 'playwright test' --kill-others --success first",
"test:unit": "vitest src",
"test:unit:coverage": "vitest src --coverage"
}
}
}
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