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

jcampconverter

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jcampconverter - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

bower.json
{
"name": "jcampconverter",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/cheminfo/jcampconverter",
"description": "convert jcamp data",
"description": "Parse and convert JCAMP data",
"main": "build/jcampconverter.js",

@@ -7,0 +7,0 @@ "moduleType": [

{
"name": "jcampconverter",
"version": "2.0.0",
"description": "",
"version": "2.0.1",
"description": "Parse and convert JCAMP data",
"main": "build/jcampconverter.js",

@@ -9,2 +9,6 @@ "scripts": {

},
"keywords": [
"jcamp",
"converter"
],
"repository": "cheminfo/jcampconverter",

@@ -11,0 +15,0 @@ "license": "MIT",

@@ -28,3 +28,3 @@ JCAMP converter

* `options` - Object with options to pass to the converter
* `useWorker` - Browser only: convert in a web worker (default: false). If this option is set to true, it will return a Promise.
* `useWorker` - Browser only: convert in a web worker (default: false). If this option is set to true, it will return a [Promise](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise).

@@ -56,2 +56,2 @@ ### Use as a module

grunt
```
```
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