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

rapiq

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapiq - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

dist/index.cjs.js

18

package.json
{
"name": "rapiq",
"version": "0.5.0",
"version": "0.6.0",
"description": "A tiny library which provides utility types/functions for request and response query handling.",
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [

@@ -11,3 +12,5 @@ "dist/"

"scripts": {
"build": "rimraf ./dist && tsc",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "rollup -c",
"build": "rimraf dist && npm run build:types && npm run build:js",
"commit": "npx git-cz",

@@ -58,2 +61,5 @@ "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",

"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.3.0",

@@ -63,2 +69,5 @@ "@commitlint/config-angular": "^17.3.0",

"@commitlint/cz-commitlint": "^17.3.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.0",
"@semantic-release/changelog": "^6.0.1",

@@ -79,2 +88,3 @@ "@semantic-release/commit-analyzer": "^9.0.2",

"rimraf": "^3.0.2",
"rollup": "^3.5.0",
"semantic-release": "^19.0.5",

@@ -81,0 +91,0 @@ "ts-jest": "^27.1.4",

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