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.2.2 to 0.3.1

dist/utils/file-name.d.ts

1

dist/utils/index.d.ts
export * from './error';
export * from './file-name';
export * from './has-own-property';
export * from './to-array';

@@ -24,4 +24,5 @@ "use strict";

__exportStar(require("./error"), exports);
__exportStar(require("./file-name"), exports);
__exportStar(require("./has-own-property"), exports);
__exportStar(require("./to-array"), exports);
//# sourceMappingURL=index.js.map

32

package.json
{
"name": "locter",
"version": "0.2.2",
"version": "0.3.1",
"description": "Locter is a library to locate a file by criteria and load it",

@@ -21,2 +21,3 @@ "author": {

"build:watch": "npm run build -- --watch",
"commit": "npx git-cz",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",

@@ -26,2 +27,3 @@ "test:coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --coverage",

"lint:fix": "npm run lint -- --fix",
"prepare": "npx husky install",
"prepublishOnly": "npm run build"

@@ -37,20 +39,36 @@ },

"devDependencies": {
"@tada5hi/eslint-config-typescript": "^1.0.4",
"@types/glob": "^7.1.3",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-angular": "^17.1.0",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/cz-commitlint": "^17.1.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@tada5hi/eslint-config-typescript": "^1.0.7",
"@types/glob": "^8.0.0",
"@types/jest": "^27.5.0",
"@types/node": "^18.7.1",
"@types/yargs": "^17.0.11",
"@types/node": "^18.8.0",
"@types/yargs": "^17.0.13",
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"eslint": "^8.24.0",
"husky": "^8.0.1",
"jest": "^27.5.1",
"np": "^7.6.2",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.5",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"dependencies": {
"glob": "^8.0.3"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}

@@ -14,2 +14,3 @@ [![npm version](https://badge.fury.io/js/locter.svg)](https://badge.fury.io/js/locter)

- [Loader](#loader)
- [License](#license)

@@ -135,1 +136,6 @@ ## Installation

## License
Made with 💚
Published under [MIT License](./LICENSE).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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