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

@tannin/compile

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tannin/compile - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## 1.0.3 (Unreleased)
Internal
- Add `repository.directory` to `package.json`
## 1.0.2 (2019-01-19)
Documentation
- Correct documentation unpkg links
Internal
- Use Lerna for managing mono-repo
## 1.0.1 (2018-11-04)

@@ -2,0 +18,0 @@

11

package.json
{
"name": "@tannin/compile",
"version": "1.0.2",
"version": "1.0.3",
"description": "Compiles an evaluating function for a C expression",

@@ -16,3 +16,4 @@ "main": "build/index.js",

"type": "git",
"url": "https://github.com/aduth/tannin.git"
"url": "https://github.com/aduth/tannin.git",
"directory": "packages/compile"
},

@@ -29,4 +30,4 @@ "bugs": {

"dependencies": {
"@tannin/evaluate": "^1.1.0",
"@tannin/postfix": "^1.0.1"
"@tannin/evaluate": "^1.1.1",
"@tannin/postfix": "^1.0.2"
},

@@ -36,3 +37,3 @@ "publishConfig": {

},
"gitHead": "f9eab450b38d99aa554626b550407f93397b7a4a"
"gitHead": "32fce6eeefdc3db7819004e9044e707604af4cd9"
}
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