Socket
Socket
Sign inDemoInstall

helpful-decorators

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helpful-decorators - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

dist-node/index.js

89

package.json
{
"name": "helpful-decorators",
"version": "2.0.1",
"description": "Helpful decorators for typescript projects",
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.(ts)$": "ts-jest"
},
"testRegex": "/__tests__/.*\\.(ts|js)$"
},
"scripts": {
"publish": "pack publish",
"build": "pack build",
"prepublish": "npm run test",
"test": "jest",
"commit": "git cz"
},
"repository": {
"type": "git",
"url": "https://github.com/NetanelBasal/helpful-decorators"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-standard-pkg",
{
"exclude": [
"__tests__/**/*"
]
}
],
[
"@pika/plugin-build-node",
{
"exclude": [
"__tests__/**/*"
]
}
],
[
"@pika/plugin-build-web",
{
"exclude": [
"__tests__/**/*"
]
}
],
[
"@pika/plugin-build-types",
{
"exclude": [
"__tests__/**/*"
]
}
]
]
},
"version": "2.0.2",
"license": "MIT",
"author": "Netanel Basal",
"esnext": "dist-src/index.js",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"pika": true,
"sideEffects": false,
"keywords": [

@@ -72,2 +20,18 @@ "decorators",

],
"files": [
"dist-*/",
"assets/",
"bin/"
],
"repository": {
"type": "git",
"url": "https://github.com/NetanelBasal/helpful-decorators"
},
"dependencies": {
"lodash.debounce": "4.0.8",
"lodash.delay": "4.1.1",
"lodash.memoize": "4.1.2",
"lodash.once": "4.1.1",
"lodash.throttle": "4.1.1"
},
"devDependencies": {

@@ -83,10 +47,3 @@ "@pika/pack": "^0.3.5",

"typescript": "3.3.3333"
},
"dependencies": {
"lodash.debounce": "4.0.8",
"lodash.delay": "4.1.1",
"lodash.memoize": "4.1.2",
"lodash.once": "4.1.1",
"lodash.throttle": "4.1.1"
}
}
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