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

@rarible/types

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/types - npm Package Compare versions

Comparing version 0.10.0-alpha-mantle.1 to 0.11.0-alpha.1

build/cjs/address.js

11

package.json
{
"name": "@rarible/types",
"version": "0.10.0-alpha-mantle.1",
"version": "0.11.0-alpha.1",
"keywords": [

@@ -14,4 +14,5 @@ "rarible",

"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
"files": [

@@ -21,3 +22,3 @@ "/build"

"scripts": {
"build": "tsc --project tsconfig-build.json",
"build": "tsc -b tsconfig-build-cjs.json tsconfig-build-esm.json",
"clean": "rimraf ./build",

@@ -34,3 +35,3 @@ "test": "jest --silent",

},
"gitHead": "e8d5013f4828edb87adf16994d2150e5cd780fa1"
"gitHead": "b705399f98d79c421c8782b2f26487c9db6f354e"
}
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