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

@jsdoc/core

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsdoc/core - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

lib/syntax.js

4

index.js

@@ -9,6 +9,8 @@ /**

const name = require('./lib/name');
const { Syntax } = require('./lib/syntax');
module.exports = {
config,
name
name,
Syntax
};
{
"name": "@jsdoc/core",
"version": "0.3.2",
"version": "0.3.3",
"description": "Core functionality for JSDoc.",

@@ -25,7 +25,7 @@ "keywords": [

"dependencies": {
"cosmiconfig": "^6.0.0",
"cosmiconfig": "^7.0.0",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.0"
"strip-json-comments": "^3.1.1"
},

@@ -35,3 +35,3 @@ "engines": {

},
"gitHead": "ff3eeab05673be7d3a072f10e903a6390dfc33fd"
"gitHead": "d661c1886e90372318c45515ce2c673da319137d"
}
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