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

@truffle/compile-common

Package Overview
Dependencies
Maintainers
11
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/compile-common - npm Package Compare versions

Comparing version 0.7.24 to 0.7.25

dist/src/compilations.d.ts

1

dist/src/index.d.ts
export * as Shims from "./shims";
export * as Sources from "./sources";
export * as Errors from "./errors";
export * as Compilations from "./compilations";
export * from "./types";

3

dist/src/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Errors = exports.Sources = exports.Shims = void 0;
exports.Compilations = exports.Errors = exports.Sources = exports.Shims = void 0;
exports.Shims = __importStar(require("./shims"));
exports.Sources = __importStar(require("./sources"));
exports.Errors = __importStar(require("./errors"));
exports.Compilations = __importStar(require("./compilations"));
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@truffle/compile-common",
"version": "0.7.24",
"version": "0.7.25",
"description": "Common compiler integration support infrastructure for Truffle",

@@ -32,6 +32,6 @@ "main": "dist/src/index.js",

"dependencies": {
"@truffle/error": "^0.0.14",
"@truffle/error": "^0.0.15",
"colors": "1.4.0"
},
"gitHead": "cbbdad403808aba996b37237c277e302ee99353b"
"gitHead": "017e84fbad1f53f62db00483cb07fad0471e750f"
}
export * as Shims from "./shims";
export * as Sources from "./sources";
export * as Errors from "./errors";
export * as Compilations from "./compilations";
export * from "./types";

@@ -6,3 +6,3 @@ {

"declaration": true,
"target": "es2016",
"target": "es2018",
"noImplicitAny": true,

@@ -13,3 +13,3 @@ "moduleResolution": "node",

"baseUrl": ".",
"lib": ["es2017"],
"lib": ["es2019"],
"paths": {

@@ -16,0 +16,0 @@ },

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