New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sewing-kit/config

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sewing-kit/config - npm Package Compare versions

Comparing version 0.1.8-sk0-sk1-hybrid.2 to 0.1.8-sk0-sk1-hybrid.3

build/cjs/base.js

2

index.js

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

module.exports = require("./src/index");
module.exports = require("./build/cjs/index");

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

module.exports = require("./src/load");
module.exports = require("./build/cjs/load");
{
"name": "@sewing-kit/config",
"license": "MIT",
"version": "0.1.8-sk0-sk1-hybrid.2",
"version": "0.1.8-sk0-sk1-hybrid.3",
"sideEffects": false,

@@ -18,4 +18,4 @@ "publishConfig": {

"@babel/register": "^7.9.0",
"@sewing-kit/core": "^0.1.5-sk0-sk1-hybrid.2",
"@sewing-kit/plugins": "^0.1.7-sk0-sk1-hybrid.2",
"@sewing-kit/core": "^0.1.5-sk0-sk1-hybrid.3",
"@sewing-kit/plugins": "^0.1.7-sk0-sk1-hybrid.3",
"@types/glob": "^7.1.1",

@@ -25,3 +25,3 @@ "fs-extra": "^9.0.0",

},
"gitHead": "fedf727eb0fcedd5a815fe1f9b6593e6265535c3"
"gitHead": "f5fa6d416baf099086600d19e0c438b253f468c1"
}

@@ -54,3 +54,3 @@ import {dirname, basename, resolve} from 'path';

const configFiles = glob('**/sewing-kit-next.config.*', {
const configFiles = glob('**/sewing-kit.config.*', {
cwd: root as string,

@@ -57,0 +57,0 @@ ignore: ['**/node_modules/**', `${root}/**/build/**`],

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