Socket
Socket
Sign inDemoInstall

@taquito/michel-codec

Package Overview
Dependencies
Maintainers
3
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/michel-codec - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

4

dist/lib/taquito-michel-codec.js

@@ -13,3 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.MacroError = exports.MichelsonTypeError = exports.isMichelsonError = exports.MichelsonError = void 0;
exports.VERSION = exports.MacroError = exports.MichelsonTypeError = exports.isMichelsonError = exports.MichelsonError = void 0;
/**

@@ -34,2 +34,4 @@ * @packageDocumentation

Object.defineProperty(exports, "MacroError", { enumerable: true, get: function () { return macros_1.MacroError; } });
var version_1 = require("./version");
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return version_1.VERSION; } });
//# sourceMappingURL=taquito-michel-codec.js.map

@@ -7,6 +7,6 @@ "use strict";

exports.VERSION = {
"commitHash": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* tslint:enable */
//# sourceMappingURL=version.js.map

@@ -16,1 +16,2 @@ /**

export { MacroError } from "./macros";
export { VERSION } from './version';
{
"name": "@taquito/michel-codec",
"version": "9.0.0",
"version": "9.0.1",
"description": "Michelson parser/validator/formatter",

@@ -36,4 +36,5 @@ "keywords": [

"prebuild": "rimraf dist",
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
"start": "rollup -c rollup.config.ts -w"
"version-stamp": "node ../taquito/version-stamping.js",
"build": "npm run version-stamp && tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts",
"start": "npm run version-stamp && rollup -c rollup.config.ts -w"
},

@@ -90,3 +91,3 @@ "lint-staged": {

},
"gitHead": "fc23362f205c5297fd7ae7eb7e3702f67b959d3d"
"gitHead": "9498110077139338d90e3f3df4576c48db82cd82"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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