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

@gasket/core

Package Overview
Dependencies
Maintainers
8
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/core - npm Package Compare versions

Comparing version 7.0.1-canary.0 to 7.0.1-canary.10

12

lib/index.d.ts

@@ -12,3 +12,3 @@ declare module '@gasket/core' {

init(): void
actions(): GasketActions
actions(): Partial<GasketActions>
configure(config: GasketConfig): GasketConfig

@@ -43,13 +43,3 @@ }

export type Plugin = {
/* Package file name */
name: string;
/* Package file version */
version: string;
/* Package file description */
description: string;
dependencies?: Array<string>;

@@ -56,0 +46,0 @@ hooks: {

7

package.json
{
"name": "@gasket/core",
"version": "7.0.1-canary.0",
"version": "7.0.1-canary.10",
"description": "Entry point to setting up Gasket instances",

@@ -10,4 +10,3 @@ "exports": {

"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
}
},

@@ -92,3 +91,3 @@ "types": "lib/index.d.ts",

"type": "module",
"gitHead": "82d8ce71df54c36ded252083181a0cba034c82d7"
"gitHead": "ade41f0398f6adedb73d47a4a2dc9bff30e12437"
}
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