New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@canva/closure-compiler-externs-generator

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canva/closure-compiler-externs-generator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

dist/index.d.ts

@@ -9,2 +9,3 @@ /**

import { Library } from './library';
export { applyDefaults, Library } from './library';
export declare type FS = {

@@ -11,0 +12,0 @@ mkdirSync: typeof fs.mkdirSync;

4

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.processLibraries = void 0;
exports.processLibraries = exports.applyDefaults = void 0;
/**

@@ -40,2 +40,4 @@ * Generates Closure Compiler externs from the TypeScript declaration (.d.ts) files of libraries

const get_external_symbols_1 = require("./get_external_symbols");
var library_1 = require("./library");
Object.defineProperty(exports, "applyDefaults", { enumerable: true, get: function () { return library_1.applyDefaults; } });
const cwd = process.cwd();

@@ -42,0 +44,0 @@ /**

{
"name": "@canva/closure-compiler-externs-generator",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generates externs for closure compiler from TypeScript declarations",

@@ -5,0 +5,0 @@ "files": [

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