You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@kocal/web-extension-library

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kocal/web-extension-library - npm Package Compare versions

Comparing version
1.0.0-alpha.0
to
1.0.0-alpha.1
+10
-0
CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.0.0-alpha.1"></a>
# [1.0.0-alpha.1](https://github.com/Kocal-Web-Extensions/library/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2018-09-18)
### Bug Fixes
* **pkg:** fix typescript definitions types in package.json ([#31](https://github.com/Kocal-Web-Extensions/library/issues/31)) ([da938b1](https://github.com/Kocal-Web-Extensions/library/commit/da938b1))
<a name="1.0.0-alpha.0"></a>

@@ -7,0 +17,0 @@ # [1.0.0-alpha.0](https://github.com/Kocal-Web-Extensions/library/compare/v1.0.0-alpha...v1.0.0-alpha.0) (2018-09-18)

+2
-2
{
"name": "@kocal/web-extension-library",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "A set of functions used for easily write a web extension",

@@ -12,3 +12,3 @@ "repository": "https://github.com/Kocal-Web-Extensions/library.git",

],
"typings": "dist/types/index.ts",
"typings": "dist/types/index.d.ts",
"scripts": {

@@ -15,0 +15,0 @@ "prepare": "yarn lint && yarn test && yarn build",