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

@podium/utils

Package Overview
Dependencies
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/utils - npm Package Compare versions

Comparing version 5.0.0-next.7 to 5.0.0-next.8

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [5.0.0-next.8](https://github.com/podium-lib/utils/compare/v5.0.0-next.7...v5.0.0-next.8) (2022-05-04)
### Features
* Remove CJS build step ([#170](https://github.com/podium-lib/utils/issues/170)) ([15390ed](https://github.com/podium-lib/utils/commit/15390ed2185fe0e8bc28217a5fff4eb228694c7c))
# [5.0.0-next.7](https://github.com/podium-lib/utils/compare/v5.0.0-next.6...v5.0.0-next.7) (2022-05-03)

@@ -2,0 +9,0 @@

33

package.json
{
"name": "@podium/utils",
"version": "5.0.0-next.7",
"version": "5.0.0-next.8",
"description": "Common generic utility methods shared by @podium modules.",

@@ -30,7 +30,3 @@ "type": "module",

],
"main": "./dist/main.js",
"exports": {
"require": "./dist/main.js",
"import": "./lib/main.js"
},
"main": "./lib/main.js",
"types": "index.d.ts",

@@ -42,5 +38,3 @@ "scripts": {

"test:snapshots:update": "tap --snapshot",
"bench": "node benchmark/benchmark.js",
"prepare": "npm run -s build",
"build": "rollup -c"
"bench": "node benchmark/benchmark.js"
},

@@ -55,17 +49,16 @@ "devDependencies": {

"benchmark": "2.1.4",
"eslint": "7.25.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.4.0",
"rollup": "2.45.2",
"babel-eslint": "10.1.0",
"tap": "15.0.5",
"prettier": "2.2.1",
"@podium/schemas": "5.0.0-next.4"
"eslint": "8.14.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"@babel/eslint-parser": "7.17.0",
"tap": "16.1.0",
"prettier": "2.6.2",
"@podium/schemas": "5.0.0-next.5"
},
"dependencies": {
"camelcase": "6.2.0",
"camelcase": "6.3.0",
"original-url": "1.2.3"
}
}
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