New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ihatenpmalot/deps

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ihatenpmalot/deps - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

build/cjs/src/chevrotain.d.ts

18

package.json
{
"name": "@ihatenpmalot/deps",
"version": "1.0.1",
"version": "1.0.3",
"dependencies": {

@@ -16,8 +16,8 @@ "chevrotain": "^10.5.0",

"import": {
"default": "./build/esm/src/index.js",
"types": "./build/esm/src/index.d.ts"
"types": "./build/esm/src/index.d.ts",
"default": "./build/esm/src/index.js"
},
"require": {
"default": "./build/cjs/src/index.js",
"types": "./build/cjs/src/index.d.ts"
"types": "./build/cjs/src/index.d.ts",
"default": "./build/cjs/src/index.js"
}

@@ -27,8 +27,8 @@ },

"import": {
"default": "./build/esm/src/*.js",
"types": "./build/esm/src/*.d.ts"
"types": "./build/esm/src/*.d.ts",
"default": "./build/esm/src/*.js"
},
"require": {
"default": "./build/cjs/src/*.js",
"types": "./build/cjs/src/*.d.ts"
"types": "./build/cjs/src/*.d.ts",
"default": "./build/cjs/src/*.js"
}

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