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

chemicaltools

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemicaltools - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

16

package.json
{
"name": "chemicaltools",
"version": "1.2.1",
"version": "1.2.2",
"description": "Chemical Tools for Chemistry students.",

@@ -41,3 +41,3 @@ "main": "src/index.js",

"babel-plugin-syntax-dynamic-import": "6.18.0",
"bundlesize": "^0.17.1",
"bundlesize": "0.17.1",
"codecov": "3.3.0",

@@ -57,3 +57,13 @@ "full-icu": "1.2.1",

"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/main.js",
"label": "chemicaltools.min.js"
}
]
}
],
"@semantic-release/git"

@@ -60,0 +70,0 @@ ]

2

README.md

@@ -39,3 +39,3 @@ # chemicaltools-js

```html
<script src="https://cdn.jsdelivr.net/npm/chemicaltools@latest/dist/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chemicaltools@latest/dist/main.js"></script>
```

@@ -42,0 +42,0 @@

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