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

@modusjs/convert

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modusjs/convert

Universal library for interacting with Modus XML files

  • 0.0.2
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-93.33%
Maintainers
2
Weekly downloads
 
Created
Source

convert


Universal library for reading/writing/validating Modus files/resources. Converts between:

  • Modus v1 XML -> Modus v1 JSON

Development


This library is universal, so it runs tests both in-browser and in node. To simplify browser testing, the src/test/ folder holds an HTML file that opens a browser on your machine, imports the compiled test bundle, and then runs the tests listed there. Option for getting an automated result from this in the future might be TestCafe...

To run just the browser tests: yarn test:browser.

To run just the node tests: yarn test:node.

To build: yarn build.

To rollup dist/index.mjs bundle for browser: yarn build:rollup

To compile/bundle everything live as you code: yarn dev

To run all tests live as you code (you should run yarn dev at the same time): yarn test.

FAQs

Package last updated on 21 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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