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

@bunt/unit

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/unit - npm Package Compare versions

Comparing version 0.15.3 to 0.15.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.15.9](https://github.com/izatop/bunt/compare/v0.15.8...v0.15.9) (2021-03-04)
**Note:** Version bump only for package @bunt/unit
## [0.15.3](https://github.com/izatop/bunt/compare/v0.15.2...v0.15.3) (2021-01-26)

@@ -8,0 +16,0 @@

2

dist/Service/ServiceRef.d.ts
import { DecoratorTarget } from "@bunt/util";
export declare class ServiceRef implements Iterable<PropertyKey> {
protected readonly target: DecoratorTarget;
protected readonly properties: Set<string | number | symbol>;
protected readonly properties: Set<PropertyKey>;
constructor(target: DecoratorTarget);

@@ -6,0 +6,0 @@ static set(target: DecoratorTarget, property: PropertyKey): void;

{
"name": "@bunt/unit",
"version": "0.15.3",
"version": "0.15.9",
"keywords": [

@@ -29,6 +29,6 @@ "typescript"

"dependencies": {
"@bunt/util": "^0.15.0"
"@bunt/util": "^0.15.9"
},
"license": "MIT",
"gitHead": "0adb1a73521cc846cd38e515486ac4acd34e7858"
"gitHead": "c6b2afe763ddc15f776331404db30985acdbb72e"
}

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