Socket
Socket
Sign inDemoInstall

@taquito/core

Package Overview
Dependencies
Maintainers
7
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/core - npm Package Compare versions

Comparing version 18.0.0-RC.0 to 19.0.0-beta-RC.0

1

dist/lib/errors.js

@@ -320,2 +320,1 @@ "use strict";

exports.PublicKeyNotFoundError = PublicKeyNotFoundError;
//# sourceMappingURL=errors.js.map

7

dist/lib/taquito-core.js

@@ -8,3 +8,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -19,2 +23,1 @@ if (k2 === undefined) k2 = k;

__exportStar(require("./errors"), exports);
//# sourceMappingURL=taquito-core.js.map

@@ -6,5 +6,4 @@ "use strict";

exports.VERSION = {
"commitHash": "21f25a09b87809102b0214544d2c5396eeb5872e",
"version": "18.0.0-RC.0"
"commitHash": "bd52c12d05e329e4cf3a81fe55c4778a47879ccd",
"version": "19.0.0-beta-RC.0"
};
//# sourceMappingURL=version.js.map

@@ -0,0 +0,0 @@ // ==========================================================================================

@@ -325,5 +325,3 @@ (function (global, factory) {

Object.defineProperty(exports, '__esModule', { value: true });
}));
//# sourceMappingURL=taquito-core.umd.js.map

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export declare const VERSION: {

{
"name": "@taquito/core",
"version": "18.0.0-RC.0",
"version": "19.0.0-beta-RC.0",
"description": "Classes, interfaces, and types shared across Taquito packages",

@@ -26,3 +26,3 @@ "keywords": [

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -34,4 +34,4 @@ "scripts": {

"version-stamp": "node ../taquito/version-stamping.js",
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
"start": "rollup -c rollup.config.ts -w",
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts --bundleConfigAsCjs",
"start": "rollup -c rollup.config.ts --bundleConfigAsCjs -w",
"test": "jest"

@@ -42,4 +42,3 @@ },

"prettier --write",
"eslint --fix",
"git add"
"eslint --fix"
]

@@ -66,3 +65,11 @@ },

},
"gitHead": "998e588c7c72f45bb8d95bed54152b618aa18ec3"
"dependencies": {
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"@types/json-stringify-safe": "^5.0.1",
"rollup": "^4.1.4",
"rollup-plugin-typescript2": "^0.36.0"
},
"gitHead": "959e385ba06d8932866503bb538252a3912acbc9"
}

Sorry, the diff of this file is not supported yet

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