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

@opensea/seadn

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/seadn - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.d.ts.map

1

dist/index.d.ts

@@ -9,1 +9,2 @@ /// <reference types="node" />

export declare const isSupportedFormat: (image: string | URL) => boolean;
//# sourceMappingURL=index.d.ts.map

7

package.json
{
"name": "@opensea/seadn",
"version": "1.0.1",
"version": "1.0.2",
"description": "Javascript SDK to work with SeaDN",

@@ -20,6 +20,7 @@ "license": "MIT",

"check-types": "tsc --noEmit",
"lint": "concurrently \"npm run check-types\" \"npm run prettier:check\" \"npm run prettier:package.json:check\"",
"prepare": "husky install",
"prettier:check": "prettier --check .",
"prettier:check:package.json": "prettier-package-json --list-different",
"prettier:fix": "prettier --write .",
"prettier:package.json:check": "prettier-package-json --list-different",
"test": "vitest"

@@ -30,2 +31,4 @@ },

"devDependencies": {
"@vitest/coverage-c8": "^0.29.1",
"concurrently": "^7.6.0",
"esbuild": "^0.17.10",

@@ -32,0 +35,0 @@ "husky": "^8.0.3",

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