Socket
Socket
Sign inDemoInstall

typescript-cookie

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-cookie - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/built/src/api.d.ts

2

package.json
{
"name": "typescript-cookie",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple, lightweight API for handling cookies in the browser",

@@ -5,0 +5,0 @@ "author": "Klaus Hartl",

@@ -16,5 +16,2 @@ # TypeScript Cookie [![CI Status](https://github.com/carhartl/typescript-cookie/actions/workflows/ci.yml/badge.svg)](https://github.com/carhartl/typescript-cookie/actions/workflows/ci.yml) [![TypeScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Maintainability](https://api.codeclimate.com/v1/badges/d87f5ff1ca1041f8723a/maintainability)](https://codeclimate.com/github/carhartl/typescript-cookie/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/d87f5ff1ca1041f8723a/test_coverage)](https://codeclimate.com/github/carhartl/typescript-cookie/test_coverage) [![npm](https://img.shields.io/github/package-json/v/carhartl/typescript-cookie)](https://www.npmjs.com/package/typescript-cookie) [![size](https://img.shields.io/bundlephobia/minzip/typescript-cookie)](https://www.npmjs.com/package/typescript-cookie)

**👉👉 If you're viewing this at https://github.com/carhartl/typescript-cookie, you're reading the documentation for the master branch.
[View documentation for the latest release.](https://github.com/carhartl/typescript-cookie/tree/latest#readme) 👈👈**
## Installation

@@ -240,17 +237,5 @@

We are using [release-it](https://www.npmjs.com/package/release-it) for automated releasing.
Releasing should be done via the `Release` GitHub Actions workflow, so that published packages on npmjs.com have package provenance.
Start a dry run to see what would happen:
```
$ npm run release minor -- --dry-run
```
Do a real release (publishes both to npm as well as create a new release on GitHub):
```
$ npm run release minor
```
_GitHub releases are created as a draft and need to be published manually!
(This is so we are able to craft suitable release notes before publishing.)_
GitHub releases are created as a draft and need to be published manually!
(This is so we are able to craft suitable release notes before publishing.)

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