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

@histoire/vendors

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@histoire/vendors - npm Package Compare versions

Comparing version 0.15.8 to 0.16.0

6

dist/client/node_modules/@babel/parser/package.json
{
"name": "@babel/parser",
"version": "7.20.15",
"version": "7.21.4",
"description": "A JavaScript parser",

@@ -37,5 +37,5 @@ "author": "The Babel Team (https://babel.dev/team)",

"devDependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/code-frame": "^7.21.4",
"@babel/helper-check-duplicate-nodes": "^7.18.6",
"@babel/helper-fixtures": "^7.19.4",
"@babel/helper-fixtures": "^7.21.0",
"@babel/helper-string-parser": "^7.19.4",

@@ -42,0 +42,0 @@ "@babel/helper-validator-identifier": "^7.19.1",

@@ -125,2 +125,8 @@ // This file is auto-generated! Do not modify it directly.

/**
* By default, new.target use is not allowed outside of a function or class.
* Set this to true to accept such code.
*/
allowNewTargetOutsideFunction?: boolean;
allowSuperOutsideMethod?: boolean;

@@ -135,2 +141,8 @@

/**
* By default, Babel parser JavaScript code according to Annex B syntax.
* Set this to `false` to disable such behavior.
*/
annexB?: boolean;
/**
* By default, Babel attaches comments to adjacent AST nodes.

@@ -137,0 +149,0 @@ * When this option is set to false, comments are not attached.

{
"name": "nanoid",
"version": "3.3.4",
"version": "3.3.6",
"description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",

@@ -14,2 +14,8 @@ "keywords": [

},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",

@@ -16,0 +22,0 @@ "license": "MIT",

{
"name": "@histoire/vendors",
"version": "0.15.8",
"version": "0.16.0",
"description": "Bundled vendors for histoire",

@@ -5,0 +5,0 @@ "license": "MIT",

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