Socket
Socket
Sign inDemoInstall

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.1 to 1.0.3

14

package.json
{
"name": "decky",
"version": "1.0.1",
"version": "1.0.3",
"keywords": [

@@ -19,8 +19,11 @@ "typescript",

],
"types": "./types.d.ts",
"description": "Use experimental decorators with zero runtime overhead.",
"author": "@jarred-sumner",
"module": "./index.mjs",
"repository": "https://github.com/jarred-sumner/decky",
"homepage": "https://github.com/jarred-sumner/decky",
"scripts": {
"build": "node build.js"
"build": "node build.js",
"types": "tsc --esModuleInterop --downlevelIteration --emitDeclarationOnly --declaration index.ts decorators.ts"
},

@@ -30,3 +33,8 @@ "main": "./index.js",

"./index",
"./decorators"
"./index.mjs",
"./index.d.ts",
"./decorators.d.ts",
"./decorators",
"./decorators.mjs",
"./types.d.ts"
],

@@ -33,0 +41,0 @@ "dependencies": {

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