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

sgray

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sgray - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

11

package.json
{
"name": "sgray",
"version": "0.1.0",
"version": "0.2.0",
"author": "cumul <gg6123@naver.com>",

@@ -28,3 +28,2 @@ "license": "MIT",

"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@jest/globals": "^29.6.1",
"@swc/core": "^1.3.69",

@@ -43,10 +42,8 @@ "@tsconfig/node18": "^18.2.0",

"inversify": "^6.0.1",
"jest": "^29.6.1",
"jest-environment-node": "^29.6.1",
"memfs": "^4.2.0",
"prettier": "^3.0.0",
"reflect-metadata": "^0.1.13",
"ts-jest": "^29.1.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0",
"yargs": "^17.7.2"

@@ -59,5 +56,5 @@ },

"scripts": {
"build": "tsup src/index.ts",
"test": "jest"
"build": "tsup",
"test": "vitest run"
}
}

@@ -17,6 +17,6 @@ # sgray

InversifyJS requires the `experimentalDecorators`, `emitDecoratorMetadata` and `lib` compilation options in your `tsconfig.json` file. You can also refer to their [installation guide](https://github.com/inversify/InversifyJS/blob/master/wiki/installation.md).
InversifyJS requires the `experimentalDecorators`, `emitDecoratorMetadata` and `lib` compilation options in your `tsconfig.json` file.
You can also refer to their [installation guide](https://github.com/inversify/InversifyJS/blob/master/wiki/installation.md).
```json
// tsconfig.json
{

@@ -23,0 +23,0 @@ "compilerOptions": {

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