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

@near-js/types

Package Overview
Dependencies
Maintainers
2
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 0.3.0-next.0 to 0.3.0-next.1

lib/commonjs/enum.d.ts

10

package.json
{
"name": "@near-js/types",
"version": "0.3.0-next.0",
"version": "0.3.0-next.1",
"description": "TypeScript types for working with the Near JS API",
"main": "lib/index.js",
"main": "lib/esm/index.js",
"type": "module",

@@ -20,5 +20,9 @@ "keywords": [],

],
"exports": {
"require": "./lib/commonjs/index.js",
"import": "./lib/esm/index.js"
},
"scripts": {
"build": "pnpm compile",
"compile": "tsc -p tsconfig.json",
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts",

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

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