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

@opensea/vessel

Package Overview
Dependencies
Maintainers
0
Versions
519
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.4.83 to 0.4.84

34

package.json
{
"name": "@opensea/vessel",
"version": "0.4.83",
"version": "0.4.84",
"description": "Promise based wrapper for postMessage API 🚢",

@@ -21,15 +21,2 @@ "license": "ISC",

],
"scripts": {
"build": "rollup -c",
"postbuild": "cp dist/index.d.ts dist/index.d.cts",
"build-storybook": "storybook build",
"eslint:check": "eslint . --max-warnings 0 --ext .ts,.tsx",
"eslint:fix": "eslint . --fix",
"lint": "pnpm typecheck",
"release": "npm publish",
"storybook": "storybook dev -p 6006",
"test": "playwright test",
"typecheck": "tsc --noEmit",
"typecheck:build": "pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"
},
"devDependencies": {

@@ -45,3 +32,2 @@ "@arethetypeswrong/cli": "^0.16.0",

"@types/react": "^18.2.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-storybook": "^0.8.0",

@@ -54,4 +40,18 @@ "react": "^18.2.0",

"storybook": "^7.4.0",
"tslib": "^2.6.2"
"tslib": "^2.6.2",
"eslint-config-custom": "0.0.0"
},
"scripts": {
"build": "rollup -c",
"postbuild": "cp dist/index.d.ts dist/index.d.cts",
"build-storybook": "storybook build",
"eslint:check": "eslint . --max-warnings 0 --ext .ts,.tsx",
"eslint:fix": "eslint . --fix",
"lint": "pnpm typecheck",
"release": "pnpm publish",
"storybook": "storybook dev -p 6006",
"test": "playwright test",
"typecheck": "tsc --noEmit",
"typecheck:build": "pnpm attw --pack --entrypoints . --ignore-rules internal-resolution-error cjs-resolves-to-esm"
}
}
}

Sorry, the diff of this file is not supported yet

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