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

@ms-cloudpack/bundler-plugin-ori

Package Overview
Dependencies
Maintainers
2
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/bundler-plugin-ori - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

35

CHANGELOG.json

@@ -5,3 +5,36 @@ {

{
"date": "Fri, 04 Nov 2022 08:12:13 GMT",
"date": "Tue, 15 Nov 2022 08:12:36 GMT",
"tag": "@ms-cloudpack/bundler-plugin-ori_v0.7.3",
"version": "0.7.3",
"comments": {
"patch": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/bundler-plugin-ori",
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af",
"comment": "Minor rename changes."
},
{
"author": "beachball",
"package": "@ms-cloudpack/bundler-plugin-ori",
"comment": "Bump @ms-cloudpack/esbuild-utilities to v0.0.9",
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
},
{
"author": "beachball",
"package": "@ms-cloudpack/bundler-plugin-ori",
"comment": "Bump @ms-cloudpack/package-utilities to v1.2.1",
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
},
{
"author": "beachball",
"package": "@ms-cloudpack/bundler-plugin-ori",
"comment": "Bump @ms-cloudpack/path-utilities to v1.1.1",
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
}
]
}
},
{
"date": "Fri, 04 Nov 2022 08:12:21 GMT",
"tag": "@ms-cloudpack/bundler-plugin-ori_v0.7.2",

@@ -8,0 +41,0 @@ "version": "0.7.2",

# Change Log - @ms-cloudpack/bundler-plugin-ori
This log was last generated on Fri, 04 Nov 2022 08:12:13 GMT and should not be manually modified.
This log was last generated on Tue, 15 Nov 2022 08:12:36 GMT and should not be manually modified.
<!-- Start content -->
## 0.7.3
Tue, 15 Nov 2022 08:12:36 GMT
### Patches
- Minor rename changes. (dzearing@microsoft.com)
- Bump @ms-cloudpack/esbuild-utilities to v0.0.9
- Bump @ms-cloudpack/package-utilities to v1.2.1
- Bump @ms-cloudpack/path-utilities to v1.1.1
## 0.7.2
Fri, 04 Nov 2022 08:12:13 GMT
Fri, 04 Nov 2022 08:12:21 GMT

@@ -11,0 +22,0 @@ ### Patches

4

lib/index.d.ts
import type { Bundler } from '@ms-cloudpack/bundler-types';
declare const oriBuild: Bundler;
export default oriBuild;
declare const ori: Bundler;
export default ori;
import { build } from '@oribuild/api';
import { getOriOptions } from './getOriOptions.js';
import { normalizeOutput } from './normalizeOutput.js';
const oriBuild = {
const ori = {
name: 'ori',

@@ -15,3 +15,3 @@ bundle: async function oriBuild(options) {

};
export default oriBuild;
export default ori;
//# sourceMappingURL=index.js.map

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.33.5"
"packageVersion": "7.33.6"
}
]
}
{
"name": "@ms-cloudpack/bundler-plugin-ori",
"version": "0.7.2",
"version": "0.7.3",
"description": "An abstraction to bundle source code using ori.",

@@ -16,6 +16,6 @@ "license": "MIT",

"dependencies": {
"@ms-cloudpack/esbuild-utilities": "^0.0.8",
"@ms-cloudpack/esbuild-utilities": "^0.0.9",
"@ms-cloudpack/json-utilities": "^0.0.4",
"@ms-cloudpack/package-utilities": "^1.2.0",
"@ms-cloudpack/path-utilities": "^1.1.0",
"@ms-cloudpack/package-utilities": "^1.2.1",
"@ms-cloudpack/path-utilities": "^1.1.1",
"@ms-cloudpack/path-string-parsing": "^1.0.0",

@@ -22,0 +22,0 @@ "@oribuild/api": "0.0.0-pre-alpha.2-5a9e14a"

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