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

decky

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decky - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

index.js

4

package.json
{
"name": "decky",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [

@@ -31,3 +31,3 @@ "typescript",

"files": [
"index",
"index.js",
"index.mjs",

@@ -34,0 +34,0 @@ "index.d.ts",

@@ -7,2 +7,4 @@ # decky

![](./demo.gif)
## Installation

@@ -59,3 +61,3 @@

To the bundler, there are no decorators. Zero-runtime.
To the bundler, there are no decorators. They're removed at build-time.

@@ -70,3 +72,3 @@ ```ts

What if we wanted JSON Schema instead of GraphQL? Well, if the interface is the same but you had a [`JSONSchema.decorator`](./examples/JSONSchema.decorator):
What if we wanted JSON Schema instead of GraphQL? If the interface was the same but you had a [`JSONSchema.decorator`](./examples/JSONSchema.decorator.ts):

@@ -83,3 +85,3 @@ ```patch

You'd get this instead:
You'd get this:

@@ -86,0 +88,0 @@ ```json

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