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

esbuild-plugin-scriptable

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-scriptable - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

dist/index.cjs

2

package.json
{
"name": "esbuild-plugin-scriptable",
"description": "An ESBuild plugin for developing Scriptable iOS app scripts with TypeScript, manifest support and auto-deployment",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [

@@ -6,0 +6,0 @@ "scriptable",

@@ -10,3 +10,2 @@ import type {ScriptableManifest} from '@scriptables/manifest';

import {createLogger} from './logger';
import {createPatternMatcher} from './utils';

@@ -13,0 +12,0 @@ const DEFAULT_MANIFEST_EXTENSIONS = ['.manifest.json', '.manifest', '.json'];

@@ -6,3 +6,3 @@ import type {ScriptableManifest} from '@scriptables/manifest';

import {copyFile, readFile, writeFile} from 'fs/promises';
import {basename, dirname, join} from 'path';
import {basename, join} from 'path';

@@ -9,0 +9,0 @@ import {createLogger} from './logger';

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

import {isMatch} from 'micromatch';
import micromatch from 'micromatch';

@@ -16,3 +16,3 @@ /**

return (fileName: string): boolean => {
return isMatch(fileName, includePatterns, {
return micromatch.isMatch(fileName, includePatterns, {
dot: true,

@@ -19,0 +19,0 @@ ignore: excludePatterns,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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