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

@hazae41/glacier

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazae41/glacier - npm Package Compare versions

Comparing version 2.0.15 to 2.0.16

dist/cjs/node_modules/tslib/tslib.es6.cjs

11

package.json
{
"type": "module",
"name": "@hazae41/glacier",
"version": "2.0.15",
"version": "2.0.16",
"author": "hazae41",

@@ -11,4 +11,4 @@ "license": "MIT",

"types": "./dist/types/index.d.ts",
"module": "./dist/esm/index.mjs",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/src/index.mjs",
"main": "./dist/cjs/src/index.cjs",
"sideEffects": false,

@@ -45,2 +45,3 @@ "files": [

"rollup-plugin-node-externals": "^7.1.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4"

@@ -51,4 +52,4 @@ },

"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
"import": "./dist/esm/src/index.mjs",
"require": "./dist/cjs/src/index.cjs"
}

@@ -55,0 +56,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