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.6.1 to 0.6.2

2

dist/cjs/scriptable-banner.js

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

return {
name: "scriptable",
name: "scriptable-banner",
setup(build) {

@@ -26,0 +26,0 @@ let manifestCache = /* @__PURE__ */ new Map();

@@ -13,3 +13,3 @@ import { generateScriptableBanner } from "@scriptables/manifest/generateScriptableBanner";

return {
name: "scriptable",
name: "scriptable-banner",
setup(build) {

@@ -16,0 +16,0 @@ let manifestCache = /* @__PURE__ */ new Map();

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

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

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

return {
name: 'scriptable',
name: 'scriptable-banner',
setup(build) {

@@ -50,0 +50,0 @@ let manifestCache = new Map<string, ScriptableManifest>();

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