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

@changesets/pre

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/pre - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9-temp.0

7

CHANGELOG.md
# @changesets/pre
## 1.0.9-temp.0
### Patch Changes
- Updated dependencies [[`636c7d7`](https://github.com/changesets/changesets/commit/636c7d7c9333664c91cd4d0ff678d5acb17256ad)]:
- @changesets/types@4.1.0-temp.0
## 1.0.8

@@ -4,0 +11,0 @@

4

package.json
{
"name": "@changesets/pre",
"version": "1.0.8",
"version": "1.0.9-temp.0",
"description": "Utils to make a Changesets repo enter and exit pre mode",

@@ -12,3 +12,3 @@ "main": "dist/pre.cjs.js",

"@changesets/errors": "^0.1.4",
"@changesets/types": "^4.0.2",
"@changesets/types": "^4.1.0-temp.0",
"@manypkg/get-packages": "^1.1.3",

@@ -15,0 +15,0 @@ "fs-extra": "^7.0.1"

@@ -25,3 +25,3 @@ import * as fs from "fs-extra";

} catch (err) {
if (err.code !== "ENOENT") {
if ((err as any).code !== "ENOENT") {
throw err;

@@ -28,0 +28,0 @@ }

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