immutable-assign
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -56,14 +56,8 @@ | ||
// to readonly, in this case you need to use this method. | ||
setOption(option: IIassignOption); | ||
setOption(option: IIassignOption): void; | ||
} | ||
} | ||
//declare function iassign<TObj, TProp, TContext>(obj: TObj, getProp: (obj: TObj, context: TContext) => TProp, setProp: (prop: TProp) => TProp, context?: TContext): TObj; | ||
//export = iassign; | ||
declare module "immutable-assign" { | ||
let iassign: ImmutableAssign.IIassign; | ||
export = iassign; | ||
} | ||
declare var iassign: ImmutableAssign.IIassign; | ||
export as namespace iassign; | ||
export = iassign; |
{ | ||
"name": "immutable-assign", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "Lightweight immutable helper that allows you to continue working with Plain JavaScript Objects", | ||
@@ -5,0 +5,0 @@ "main": "deploy/iassign.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
86929
730