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

@thi.ng/atom

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/atom - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.2.1"></a>
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.2.0...@thi.ng/atom@0.2.1) (2018-01-29)
**Note:** Version bump only for package @thi.ng/atom
<a name="0.2.0"></a>

@@ -8,0 +16,0 @@ # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.1.2...@thi.ng/atom@0.2.0) (2018-01-29)

11

package.json
{
"name": "@thi.ng/atom",
"version": "0.2.0",
"version": "0.2.1",
"description": "Mutable wrapper for a immutable values",

@@ -11,6 +11,7 @@ "main": "./index.js",

"scripts": {
"build": "yarn run clean && tsc --declaration",
"test": "yarn run clean && tsc -p test && mocha build/test/*.js",
"build": "yarn clean && tsc --declaration",
"clean": "rm -rf *.js *.d.ts build doc",
"pub": "yarn run build && yarn publish --access public"
"doc": "node_modules/.bin/typedoc --mode modules --out doc src",
"pub": "yarn build && yarn publish --access public",
"test": "rm -rf build && tsc -p test && mocha build/test/*.js"
},

@@ -27,3 +28,3 @@ "devDependencies": {

"dependencies": {
"@thi.ng/api": "^1.4.0"
"@thi.ng/api": "^1.4.1"
},

@@ -30,0 +31,0 @@ "keywords": [

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