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 17.3.2 to 17.4.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": "a97e506efd61b86e39ae30db588401b8fda46553",
"version": "17.3.2"
"commitHash": "4f44dd73b7659554c167acb80f0c20f222f893a5",
"version": "17.4.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": "17.3.2",
"version": "17.4.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": "a8dac9c64a1511b398fb8acb88cc8fb593d5d0f3"
"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": "34103941d52e31a808e051ea19dbecf43f984dca"
}

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