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

@tigerconnect/ref-union-di

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tigerconnect/ref-union-di - npm Package Compare versions

Comparing version 1.0.1-tc1 to 1.0.1-tc2

dist/union.d.ts

2

dist/union.cjs.js

@@ -5,3 +5,3 @@ /**

*
* @version 1.0.1-tc0
* @version 1.0.1-tc1
* @author Anna Henningsen <anna@addaleax.net>

@@ -8,0 +8,0 @@ * @license MIT

@@ -5,3 +5,3 @@ /**

*
* @version 1.0.1-tc0
* @version 1.0.1-tc1
* @author Anna Henningsen <anna@addaleax.net>

@@ -8,0 +8,0 @@ * @license MIT

@@ -5,3 +5,3 @@ /**

*
* @version 1.0.1-tc0
* @version 1.0.1-tc1
* @author Anna Henningsen <anna@addaleax.net>

@@ -8,0 +8,0 @@ * @license MIT

@@ -12,3 +12,3 @@ {

],
"version": "1.0.1-tc1",
"version": "1.0.1-tc2",
"author": "Anna Henningsen <anna@addaleax.net>",

@@ -28,8 +28,10 @@ "contributors": [

"module": "./dist/union.js",
"types": "./dist/union.d.ts",
"license": "MIT",
"scripts": {
"build": "run-s clean build:dist build:module build:rollup",
"build": "run-s clean build:dist build:module build:rollup build:types",
"build:dist": "shx mkdir -p dist",
"build:module": "shx cp -f lib/union.js dist",
"build:rollup": "rollup -c rollup.config.js",
"build:types": "shx cp -f lib/union.d.ts dist",
"clean": "shx rm -fr dist",

@@ -39,2 +41,3 @@ "test": "node-gyp rebuild --directory test && mocha --expose-gc --reporter spec"

"dependencies": {
"@types/ref-napi": "^3.0.4",
"debug": "^4.3.1"

@@ -41,0 +44,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