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

ts-object-path

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-object-path - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

0

dist/ts-object-path.es5.js

@@ -0,0 +0,0 @@ var pathSymbol = Symbol('Object path');

2

dist/ts-object-path.umd.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.tsObjectPath = {})));
(factory((global['ts-object-path'] = {})));
}(this, (function (exports) { 'use strict';

@@ -6,0 +6,0 @@

export declare type ObjPathProxy<TRoot, T> = {
[P in keyof T]: ObjPathProxy<TRoot, T[P]>;
};

@@ -0,0 +0,0 @@ import { ObjPathProxy } from './obj-path-proxy';

{
"name": "ts-object-path",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -24,3 +24,3 @@ "keywords": [],

"prebuild": "rimraf dist",
"build": "tsc && rollup -c rollup.config.ts && rimraf compiled && typedoc --out dist/docs --target es6 --theme minimal src",
"build": "tsc && rollup -c rollup.config.ts && rimraf compiled",
"start": "tsc -w & rollup -c rollup.config.ts -w",

@@ -88,3 +88,2 @@ "test": "jest",

"lint-staged": "^5.0.0",
"lodash.camelcase": "^4.3.0",
"prettier": "^1.4.4",

@@ -104,6 +103,5 @@ "prompt": "^1.0.0",

"tslint-config-standard": "^7.0.0",
"typedoc": "^0.9.0",
"typescript": "^2.3.4",
"typescript": "^2.7",
"validate-commit-msg": "^2.12.2"
}
}

@@ -0,0 +0,0 @@ # ts-object-path

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