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

@mappable-world/mappable-cli

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mappable-world/mappable-cli - npm Package Compare versions

Comparing version 0.0.29 to 0.0.32

template/types/index.d.ts

4

dist/controllers/example.js

@@ -83,2 +83,6 @@ "use strict";

}
if (/\.(webp|png|jpg|jpeg|gif)$/i.test(file.name)) {
fs.copyFileSync(path.resolve(input, file.name), path.resolve(output, file.name));
return;
}
const content = fs.readFileSync(path.resolve(input, file.name), 'utf8');

@@ -85,0 +89,0 @@ const newContent = content.replace(/%(\w+)%/gi, (match, key) => {

2

package.json
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.29",
"version": "0.0.32",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,5 +6,5 @@ {

"rootDirs": ["./", "../"],
"types": ["./types.d.ts"]
"types": ["./types.d.ts", "../types/index.d.ts"]
},
"include": ["./**/*.ts", "./**/*.tsx"]
}

@@ -14,8 +14,2 @@ import {MMap} from '@mappable-world/mappable-types';

declare module '@mappable-world/mappable-types/import' {
interface Import {
(pkg: '%PACKAGE_NAME%'): Promise<typeof import('../src/index')>;
}
}
export {};

@@ -5,5 +5,5 @@ {

"lib": ["dom", "dom.iterable", "esnext"],
"typeRoots": ["./node_modules/@types", "./node_modules/@mappable-world"]
"typeRoots": ["./node_modules/@types", "./node_modules/@mappable-world", "./types"]
},
"include": ["./src", "./node_modules/@mappable-world/mappable-cli/index.d.ts"]
}

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