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

content-entry

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-entry - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

13

package.json
{
"name": "content-entry",
"version": "2.1.2",
"version": "2.1.3",
"type": "module",
"publishConfig": {

@@ -22,3 +23,3 @@ "access": "public"

"scripts": {
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage",
"cover": "c8 --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/entry.mjs --section=API",

@@ -32,7 +33,7 @@ "lint": "documentation lint src/entry.mjs",

"ava": "^1.4.1",
"c8": "^3.5.0",
"documentation": "^10.0.0",
"esm": "^3.2.22",
"c8": "^4.1.5",
"documentation": "^11.0.0",
"esm": "^3.2.25",
"markdown-doctest": "^0.9.1",
"semantic-release": "^15.13.12"
"semantic-release": "^15.13.14"
},

@@ -39,0 +40,0 @@ "engines": {

@@ -15,2 +15,6 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry)

## content-entry
content entries for content containers (aka files)
# API

@@ -52,3 +56,3 @@

Representation of one file or directory entry
All names are asolute (no leading '/') and build with '/'
All names are asolute (no leading '/') the group seperator is '/'

@@ -171,1 +175,13 @@ ### Parameters

absolute file path
# install
With [npm](http://npmjs.org) do:
```shell
npm install content-entry
```
# license
BSD-2-Clause

Sorry, the diff of this file is not supported yet

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