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

@netlify/zip-it-and-ship-it

Package Overview
Dependencies
Maintainers
20
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/zip-it-and-ship-it - npm Package Compare versions

Comparing version 9.37.10 to 9.38.0

3

dist/runtimes/node/parser/index.d.ts

@@ -0,1 +1,2 @@

import type { Program } from '@babel/types';
export declare const parseExpression: ({ basePath, expression: rawExpression, resolveDir, }: {

@@ -9,3 +10,3 @@ basePath: string;

} | undefined;
export declare const safelyParseSource: (source: string) => import("@babel/types").Program | null;
export declare const safelyParseSource: (source: string) => Program | null;
export declare const safelyReadSource: (path: string) => Promise<string | null>;
{
"name": "@netlify/zip-it-and-ship-it",
"version": "9.37.10",
"version": "9.38.0",
"description": "Zip it and ship it",

@@ -108,3 +108,3 @@ "main": "./dist/main.js",

},
"gitHead": "4ae7f95ca7b31f392956894d5cd6ecf781349b55"
"gitHead": "5c70faeffbf9efe9f9255bb20e6013dc6ddfd1bb"
}
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