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

koatty_container

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_container - npm Package Compare versions

Comparing version 1.7.9 to 1.7.10

.rollup.config.js

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.7.10](https://github.com/koatty/koatty_container/compare/v1.7.7...v1.7.10) (2022-05-26)
### [1.7.7](https://github.com/koatty/koatty_container/compare/v1.7.6...v1.7.7) (2022-02-25)

@@ -7,0 +9,0 @@

2

dist/index.d.ts
/*!
* @Author: richen
* @Date: 2022-05-26 10:38:20
* @Date: 2022-05-26 13:56:50
* @License: BSD (3-Clause)

@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

/*!
* @Author: richen
* @Date: 2022-05-26 10:38:04
* @Date: 2022-05-26 13:56:37
* @License: BSD (3-Clause)

@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

{
"name": "koatty_container",
"version": "1.7.9",
"version": "1.7.10",
"description": "IOC Container for Koatty.",

@@ -8,3 +8,3 @@ "scripts": {

"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/",
"build:js": "del-cli --force dist && npx rollup -c",
"build:js": "del-cli --force dist && npx rollup -c .rollup.config.js",
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api",

@@ -85,2 +85,2 @@ "build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose",

}
}
}
{
"name": "koatty_container",
"version": "1.7.9",
"version": "1.7.10",
"description": "IOC Container for Koatty.",

@@ -8,3 +8,3 @@ "scripts": {

"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/",
"build:js": "del-cli --force dist && npx rollup -c",
"build:js": "del-cli --force dist && npx rollup -c .rollup.config.js",
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api",

@@ -85,2 +85,2 @@ "build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose",

}
}
}

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