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

locter

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locter - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

dist/index.cjs.js

39

package.json
{
"name": "locter",
"version": "0.3.2",
"version": "0.4.0",
"description": "A library to locate a file by criteria and load it",

@@ -14,4 +14,5 @@ "author": {

},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [

@@ -21,4 +22,5 @@ "dist/"

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

@@ -40,6 +42,12 @@ "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",

"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-angular": "^17.1.0",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/cz-commitlint": "^17.1.2",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-angular": "^17.3.0",
"@commitlint/config-conventional": "^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",

@@ -51,17 +59,18 @@ "@semantic-release/commit-analyzer": "^9.0.2",

"@semantic-release/release-notes-generator": "^10.0.3",
"@tada5hi/eslint-config-typescript": "^1.0.7",
"@tada5hi/eslint-config-typescript": "^1.0.10",
"@types/glob": "^8.0.0",
"@types/jest": "^27.5.0",
"@types/node": "^18.8.4",
"@types/yargs": "^17.0.13",
"@types/node": "^18.11.9",
"@types/yargs": "^17.0.14",
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"husky": "^8.0.1",
"eslint": "^8.28.0",
"husky": "^8.0.2",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"rollup": "^3.5.0",
"semantic-release": "^19.0.5",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},

@@ -68,0 +77,0 @@ "dependencies": {

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