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

@brightcove/typed-immutable-extensions

Package Overview
Dependencies
Maintainers
55
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightcove/typed-immutable-extensions - npm Package Compare versions

Comparing version

to
0.1.1

15

CHANGELOG.md

@@ -9,2 +9,17 @@ # Changelog

## [0.1.1] - 2018-08-13
### Added
- `prepublishOnly` task to build the library
- `files` specifier in `package.json` to restrict which files are packaged
### Changed
- Changed API and CONTRIBUTING URLs in README to be absolute URLs
### Removed
- `lib` from git repo
## [0.1.0] - 2018-08-13

@@ -11,0 +26,0 @@

12

package.json
{
"name": "@brightcove/typed-immutable-extensions",
"version": "0.1.0",
"version": "0.1.1",
"description": "Extensions on top of typed-immutable to make it better",

@@ -14,3 +14,4 @@ "main": "lib/index.js",

"jsdoc:md": "jsdoc2md --files src/index.js > docs/API.md",
"jsdoc:all": "npm run jsdoc && npm run jsdoc:md"
"jsdoc:all": "npm run jsdoc && npm run jsdoc:md",
"prepublishOnly": "npm run build"
},

@@ -38,3 +39,8 @@ "repository": {

"typed-immutable": "^0.1.2"
}
},
"files": [
"lib",
"README.md",
"LICENSE"
]
}

@@ -17,3 +17,3 @@ [![Build Status](https://travis-ci.org/brightcove/typed-immutable-extensions.svg?branch=master)](https://travis-ci.org/brightcove/typed-immutable-extensions)

Please see the [API documentation](docs/API.md).
Please see the [API documentation](https://github.com/brightcove/typed-immutable-extensions/blob/master/docs/API.md).

@@ -32,3 +32,3 @@ ## Info

Contributions are welcome, please see the [contributing guidelines](CONTRIBUTING.md).
Contributions are welcome, please see the [contributing guidelines](https://github.com/brightcove/typed-immutable-extensions/blob/master/CONTRIBUTING.md).

@@ -35,0 +35,0 @@ ## Issues and Questions