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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
3
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.0.1](https://github.com/NaturalCycles/js-lib/compare/v2.0.0...v2.0.1) (2019-02-09)
### Bug Fixes
* use [@naturalcycles](https://github.com/naturalcycles)/semantic-release ([3e65c99](https://github.com/NaturalCycles/js-lib/commit/3e65c99))
# [2.0.0](https://github.com/NaturalCycles/js-lib/compare/v1.0.0...v2.0.0) (2019-02-09)

@@ -2,0 +9,0 @@

7

package.json
{
"name": "@naturalcycles/js-lib",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {

@@ -18,5 +18,4 @@ "build": "del ./dist && tsc",

"devDependencies": {
"@naturalcycles/semantic-release": "^1.0.0",
"@naturalcycles/shared-module": "^1.0.25",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@types/jest": "^23.3.5",

@@ -29,3 +28,2 @@ "@types/node": "^10.0.0",

"prettier": "^1.14.3",
"semantic-release": "^15.10.8",
"ts-jest": "^23.10.4",

@@ -40,3 +38,2 @@ "ts-node": "^8.0.2",

"src",
"!src/scripts",
"!src/test",

@@ -43,0 +40,0 @@ "!src/**/*.test.*",

@@ -43,8 +43,6 @@ ## @naturalcycles/js-lib

Written in Typescript.
Transpiled to Javascript with es2017 as target (can be reviewed to be repackaged as es2015 if needed). Uses `commonjs` module system (to be reviewed).
Exported in `dist` folder, together with `*.dt` (to be checked if `*.js.map` is needed too or not).
`master` is production branch.
- `engines.node >= 8.11`: Node.js LTS
- `main: dist/index.js`: commonjs, es2015
- `module: dist-esm/index.js`: esm, es2015
- `types: dist/index.d.ts`: typescript types
- `/src` folder with source `*.ts` files included
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