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

siroc

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

siroc - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

bin/cli.js

@@ -830,3 +830,3 @@ #!/usr/bin/env node

...exports
.filter(outfile => outfile && outfile.match(/\.json$/))
.filter(outfile => outfile && !outfile.match(/\.json$/))
.map(outfile =>

@@ -1026,3 +1026,3 @@ defu2__default['default']({}, options, {

var version = '0.6.2'
var version = '0.6.3'

@@ -1029,0 +1029,0 @@ var __hasOwnProp$1 = Object.prototype.hasOwnProperty

@@ -837,3 +837,3 @@ #!/usr/bin/env node

...exports
.filter(outfile => outfile && outfile.match(/\.json$/))
.filter(outfile => outfile && !outfile.match(/\.json$/))
.map(outfile =>

@@ -840,0 +840,0 @@ defu2__default['default']({}, options, {

@@ -0,1 +1,8 @@

### [0.6.3](https://github.com/nuxt-contrib/siroc/compare/v0.6.2...v0.6.3) (2021-01-20)
### Bug Fixes
* invert json matching requirement ([6767c0f](https://github.com/nuxt-contrib/siroc/commit/6767c0f2cd3c6d1fdaa0e07461f810e46a73c5c1))
### [0.6.2](https://github.com/nuxt-contrib/siroc/compare/v0.6.1...v0.6.2) (2021-01-16)

@@ -2,0 +9,0 @@

@@ -699,3 +699,3 @@ import { extname, sep, resolve, dirname, relative, basename, join } from 'path';

})),
...exports.filter((outfile) => outfile && outfile.match(/\.json$/)).map((outfile) => defu2({}, options, {
...exports.filter((outfile) => outfile && !outfile.match(/\.json$/)).map((outfile) => defu2({}, options, {
input: pkg.resolveEntrypoint(outfile),

@@ -702,0 +702,0 @@ output: {

@@ -721,3 +721,3 @@ 'use strict';

})),
...exports.filter((outfile) => outfile && outfile.match(/\.json$/)).map((outfile) => defu2__default['default']({}, options, {
...exports.filter((outfile) => outfile && !outfile.match(/\.json$/)).map((outfile) => defu2__default['default']({}, options, {
input: pkg.resolveEntrypoint(outfile),

@@ -724,0 +724,0 @@ output: {

{
"name": "siroc",
"version": "0.6.2",
"version": "0.6.3",
"description": "Zero-config build tooling for Node",

@@ -5,0 +5,0 @@ "keywords": [

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