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

@near-js/types

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/types - npm Package Compare versions

Comparing version 1.0.0-next.7 to 1.0.0-next.8

lib/esm/enum.mjs

6

package.json
{
"name": "@near-js/types",
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"description": "TypeScript types for working with the Near JS API",

@@ -23,7 +23,7 @@ "main": "./lib/commonjs/index.cjs",

"require": "./lib/commonjs/index.cjs",
"import": "./lib/esm/index.js"
"import": "./lib/esm/index.mjs"
},
"scripts": {
"build": "pnpm compile:esm && pnpm compile:cjs",
"compile:esm": "tsc -p tsconfig.json",
"compile:esm": "tsc -p tsconfig.json && mjsify ./lib/esm",
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs",

@@ -30,0 +30,0 @@ "lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts",

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