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

@rjgf/utils

Package Overview
Dependencies
Maintainers
8
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjgf/utils - npm Package Compare versions

Comparing version 0.2.6 to 1.0.0

20

package.json

@@ -13,3 +13,3 @@ {

],
"gitHead": "5d951b84d120e643ac59f2ee05b759e8d2c9b1ba",
"gitHead": "d0dc7c3613e04ef935cfc24a885febb8aee6147c",
"license": "Apache-2.0",

@@ -22,10 +22,3 @@ "main": "./dist/index.js",

},
"scripts": {
"build": "yarn tsc",
"dev": "yarn tsc -w",
"lint": "yarn eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./src",
"prepublish": "yarn build",
"test": "echo 'test skip' && exit 0"
},
"version": "0.2.6",
"version": "1.0.0",
"dependencies": {

@@ -36,3 +29,10 @@ "lodash-es": "^4.17.21"

"@types/lodash-es": "^4.17.4"
},
"scripts": {
"build": "pnpm tsc",
"dev": "pnpm tsc -w",
"lint": "pnpm eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue --max-warnings 0 ./src",
"prepublish": "pnpm build",
"test": "echo 'test skip' && exit 0"
}
}
}
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